summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-01 15:13:20 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-01 15:13:20 +0200
commit95a53b3d7b5e6b938e88aef402c7104ce713182a (patch)
tree16502aaa6b3161ff7e5a037da9d480dd80f97009
parent13b1fd26f27f156eee59e075cba9f4c9f5cec557 (diff)
downloadpylint-95a53b3d7b5e6b938e88aef402c7104ce713182a.tar.gz
Remove import which was imported twice.
-rw-r--r--pylint/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/gui.py b/pylint/gui.py
index bd332e9..10ee13e 100644
--- a/pylint/gui.py
+++ b/pylint/gui.py
@@ -27,7 +27,7 @@ from six.moves.tkinter import (
Tk, Frame, Listbox, Entry, Label, Button, Scrollbar,
Checkbutton, Radiobutton, IntVar, StringVar, PanedWindow,
TOP, LEFT, RIGHT, BOTTOM, END, X, Y, BOTH, SUNKEN, W,
- HORIZONTAL, DISABLED, NORMAL, W,
+ HORIZONTAL, DISABLED, NORMAL,
)
from six.moves.tkinter_tkfiledialog import (
askopenfilename, askdirectory,