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

Remove unused import

parent 36b27f39
No related branches found
No related tags found
1 merge request!31Add type hint to controller code
Pipeline #1878 passed with stage
in 3 minutes and 14 seconds
...@@ -13,7 +13,6 @@ from PySide2.QtWidgets import QTextBrowser ...@@ -13,7 +13,6 @@ from PySide2.QtWidgets import QTextBrowser
from obspy.core import read as read_ms from obspy.core import read as read_ms
from obspy.io.reftek.core import Reftek130Exception from obspy.io.reftek.core import Reftek130Exception
from sohstationviewer.model.data_type_model import DataTypeModel
from sohstationviewer.model.mseed.mseed import MSeed from sohstationviewer.model.mseed.mseed import MSeed
from sohstationviewer.model.data_type_model import DataTypeModel from sohstationviewer.model.data_type_model import DataTypeModel
from sohstationviewer.database.extractData import signatureChannels from sohstationviewer.database.extractData import signatureChannels
......
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