Skip to content

Commit

Permalink
Merge "[pep8] remove invalid noqa pattern"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jul 7, 2024
2 parents bae5961 + d204c85 commit 4901a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikibot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def Site(code: str | None = None, # noqa: N802
)


def showDiff(oldtext: str, # noqa: 134
def showDiff(oldtext: str, # noqa: N802
newtext: str,
context: int = 0) -> None:
"""
Expand Down

0 comments on commit 4901a4a

Please sign in to comment.