summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,