From 12f8ec126e38407fc0cf3f936bde913f0811b4b6 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 7 Jun 2019 01:44:46 +0200 Subject: Removing unused import --- jfr_playoff/gui/frames/visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jfr_playoff/gui') diff --git a/jfr_playoff/gui/frames/visual.py b/jfr_playoff/gui/frames/visual.py index 3b54426..6ef7bf6 100644 --- a/jfr_playoff/gui/frames/visual.py +++ b/jfr_playoff/gui/frames/visual.py @@ -5,7 +5,7 @@ from tkinter import ttk import tkColorChooser as tkcc from ..frames import GuiFrame, RepeatableFrame, ScrollableFrame -from ..frames import WidgetRepeater, getIntVal +from ..frames import WidgetRepeater from ..frames.team import TeamSelectionButton, TeamSelectionFrame class VisualSettingsFrame(GuiFrame): -- cgit v1.2.3