Skip to content

Commit

Permalink
Internal console: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jul 15, 2018
1 parent 7458fd7 commit ca8aa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from qtpy.compat import getsavefilename
from qtpy.QtCore import Property, QCoreApplication, Qt, QTimer, Signal, Slot
from qtpy.QtGui import QKeySequence, QTextCharFormat, QTextCursor
from qtpy.QtWidgets import QApplication, QMenu, QMessageBox, QToolTip
from qtpy.QtWidgets import QApplication, QMenu, QToolTip

# Local import
from spyder.config.base import _, DEBUG, get_conf_path, STDERR
Expand Down

0 comments on commit ca8aa98

Please sign in to comment.