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
commitc6ddf9588038ce8e6abdc4719f3e63f1712ca354 (patch)
treed31e4a3411dcf55b4ea29501d00bcd6e48e11147
parent60dc4441f52dcf9d3ffd78b37be304bdce84b87e (diff)
downloadpylint-c6ddf9588038ce8e6abdc4719f3e63f1712ca354.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,