1
0
Fork 0
mirror of https://github.com/Athemis/PyDSF.git synced 2025-04-05 14:46:03 +00:00

Remove unused imports

This commit is contained in:
Alexander Minges 2015-07-09 16:09:58 +02:00
parent 17c3b71d1f
commit e73a646e48

View file

@ -37,12 +37,6 @@ try:
except ImportError: except ImportError:
raise ImportError('----- PyQt5 must be installed -----') raise ImportError('----- PyQt5 must be installed -----')
# Import available instruments
try:
from instruments.analytikJenaqTower2 import AnalytikJenaqTower2
except ImportError as err:
raise ImportError('Error while loading instrument plugins:', err)
_translate = QCoreApplication.translate _translate = QCoreApplication.translate