forked from M-Labs/artiq
gui: remove PyQt5 assertion (break mock modules)
This commit is contained in:
parent
ed36a96f8f
commit
ab1d85be53
|
@ -7,7 +7,6 @@ import os
|
|||
|
||||
import PyQt5
|
||||
from quamash import QEventLoop, QtGui, QtCore
|
||||
assert QtGui is PyQt5.QtGui
|
||||
# pyqtgraph will pick up any already imported Qt binding.
|
||||
from pyqtgraph import dockarea
|
||||
|
||||
|
|
Loading…
Reference in New Issue