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

Fix import

parent 98ceb6be
No related branches found
No related tags found
1 merge request!133WIP: prepare fast mseed to connect with SOHView
...@@ -7,7 +7,7 @@ from typing import Tuple, List, Union ...@@ -7,7 +7,7 @@ from typing import Tuple, List, Union
import traceback import traceback
import numpy as np import numpy as np
from sohstationviewer.model.reftek.rt130_experiment.header import Reftek130 from sohstationviewer.model.reftek.from_rt2ms.core import Reftek130
from sohstationviewer.model.reftek.from_rt2ms import ( from sohstationviewer.model.reftek.from_rt2ms import (
core, soh_packet, packet) core, soh_packet, packet)
from sohstationviewer.model.reftek.log_info import LogInfo from sohstationviewer.model.reftek.log_info import LogInfo
......
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