[gnome-tweaks] utils.py: drop unused import



commit 7adee691bbe58b2ab07a70637db893e9c69af31a
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Jul 30 18:27:23 2018 -0400

    utils.py: drop unused import

 gtweak/utils.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtweak/utils.py b/gtweak/utils.py
index 6f0c25c..17f2f9f 100644
--- a/gtweak/utils.py
+++ b/gtweak/utils.py
@@ -10,9 +10,6 @@ import subprocess
 import glob
 import itertools
 
-import gtweak
-from gtweak.gsettings import GSettingsSetting
-
 import gi
 gi.require_version("Notify", "0.7")
 from gi.repository import GObject
@@ -20,6 +17,8 @@ from gi.repository import GLib
 from gi.repository import Gio
 from gi.repository import Notify
 
+import gtweak
+
 def singleton(cls):
     """
     Singleton decorator that works with GObject derived types. The 'recommended'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]