Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 19, 2015
1 parent 33042fa commit f3d6f4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions glue/qt/glue_toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
else:
from matplotlib.backends.backend_qt4 import NavigationToolbar2QT

from ..external.qt import QtCore, QtGui
from ..external.qt.QtGui import QMenu
from ..external.qt.QtCore import Qt, Signal
from ..core.callback_property import add_callback
from .qtutil import get_icon, nonpartial

Expand Down
2 changes: 1 addition & 1 deletion glue/qt/tests/test_qtutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from .. import qtutil
from ...external.qt import QtGui
from ...external.qt.QtCore import Qt, QDir
from ...external.qt.QtCore import Qt
from mock import MagicMock, patch
from ..qtutil import GlueDataDialog
from ..qtutil import pretty_number, GlueComboBox, PythonListModel, update_combobox
Expand Down

0 comments on commit f3d6f4c

Please sign in to comment.