Skip to content

Commit

Permalink
gui: remove PyQt5 assertion (break mock modules)
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 14, 2016
1 parent e4918a6 commit df16a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/frontend/artiq_gui.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@

import PyQt5
from quamash import QEventLoop, QtGui, QtCore, QtWidgets
assert QtGui is PyQt5.QtGui

from artiq import __artiq_dir__ as artiq_dir
from artiq.tools import *

0 comments on commit df16a1d

Please sign in to comment.