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:
parent
17c3b71d1f
commit
e73a646e48
1 changed files with 0 additions and 6 deletions
6
pydsf.py
6
pydsf.py
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue