From 2cae0028249407672a503fae2438b9990fcf8443 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 27 Jan 2019 14:52:06 +0000 Subject: [PATCH] cleanups --- openlp/core/ui/settingsform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/core/ui/settingsform.py b/openlp/core/ui/settingsform.py index ff5a6878b..31f387f83 100644 --- a/openlp/core/ui/settingsform.py +++ b/openlp/core/ui/settingsform.py @@ -38,7 +38,6 @@ from openlp.core.ui.screenstab import ScreensTab from openlp.core.ui.themestab import ThemesTab from openlp.core.ui.media.playertab import PlayerTab from openlp.core.ui.settingsdialog import Ui_SettingsDialog -from openlp.core.ui.themestab import ThemesTab log = logging.getLogger(__name__)