[meld] ui.util: noqa an intentionally unused import



commit f91d825c4b88eab0bf69a77451e4be1de3815911
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Dec 23 13:24:28 2017 +1000

    ui.util: noqa an intentionally unused import

 meld/ui/util.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/ui/util.py b/meld/ui/util.py
index 55e80883..2f9379e0 100644
--- a/meld/ui/util.py
+++ b/meld/ui/util.py
@@ -17,7 +17,7 @@ from gi.repository import Gtk
 
 import meld.conf
 # Import support module to get all builder-constructed widgets in the namespace
-from meld.ui import gladesupport
+from meld.ui import gladesupport  # noqa: F401
 
 
 def get_widget(filename, widget):


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