From c6ddf9588038ce8e6abdc4719f3e63f1712ca354 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Tue, 1 Dec 2015 15:13:20 +0200 Subject: Remove import which was imported twice. --- pylint/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1