Skip to content
Snippets Groups Projects
Commit e5156057 authored by Kien Le's avatar Kien Le
Browse files

flake8

parent 909614f9
No related branches found
No related tags found
1 merge request!139Change the way RT130 data is read for better performance
from __future__ import annotations
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Suggested updates to obspy.io.reftek.core:
- modify section of the code that deals with upacking data
......
......@@ -2,8 +2,6 @@ from __future__ import annotations
from typing import Optional, List
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Routines building upon obspy.io.reftek.packet.
Redefine packet header (PACKET) based on rt130 manual.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment