jenkins-bot submitted this change.
[pep8] remove invalid noqa pattern
Change-Id: Id1d95dd2ef85c87248ee5cbfe9e66fb42b2fda9a
---
M pywikibot/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 569889b..1d08b81 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -269,7 +269,7 @@
)
-def showDiff(oldtext: str, # noqa: 134
+def showDiff(oldtext: str, # noqa: N802
newtext: str,
context: int = 0) -> None:
"""
To view, visit change 1052417. To unsubscribe, or for help writing mail filters, visit settings.