jenkins-bot submitted this change.
specify error code for blanket noqa
Change-Id: If661830fa31237d4525c476b345937b92ab93e1a
---
M pywikibot/editor.py
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/pywikibot/editor.py b/pywikibot/editor.py
index 5ac038b..7b47078 100644
--- a/pywikibot/editor.py
+++ b/pywikibot/editor.py
@@ -24,7 +24,7 @@
try:
- from pywikibot.userinterfaces import gui # noqa
+ from pywikibot.userinterfaces import gui # noqa: F401
GUI_ERROR = None
except ImportError as e:
GUI_ERROR = e
To view, visit change 986637. To unsubscribe, or for help writing mail filters, visit settings.