jenkins-bot submitted this change.

View Change


Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
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.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If661830fa31237d4525c476b345937b92ab93e1a
Gerrit-Change-Number: 986637
Gerrit-PatchSet: 1
Gerrit-Owner: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged