From 1c591085aec34bc43fcbe1ea1c76f77da48ac13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Gosselin?= Date: Tue, 25 Jul 2017 15:31:26 -0400 Subject: [PATCH] removed unused import --- spyder/widgets/ipythonconsole/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spyder/widgets/ipythonconsole/shell.py b/spyder/widgets/ipythonconsole/shell.py index c6eb3ebf4ec..0dbcced8fff 100644 --- a/spyder/widgets/ipythonconsole/shell.py +++ b/spyder/widgets/ipythonconsole/shell.py @@ -12,7 +12,6 @@ import uuid from qtpy.QtCore import Signal -from qtpy.QtGui import QColor from qtpy.QtWidgets import QMessageBox from spyder.config.base import _ from spyder.config.gui import config_shortcut