jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/986637 )

Change subject: specify error code for blanket noqa
......................................................................

specify error code for blanket noqa

Change-Id: If661830fa31237d4525c476b345937b92ab93e1a
---
M pywikibot/editor.py
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  JJMC89: Looks good to me, approved
  jenkins-bot: Verified




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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/986637
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If661830fa31237d4525c476b345937b92ab93e1a
Gerrit-Change-Number: 986637
Gerrit-PatchSet: 1
Gerrit-Owner: JJMC89 <[email protected]>
Gerrit-Reviewer: JJMC89 <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to