Skip to content

Commit

Permalink
Merge "Revert "[flake8] Ignore bugbear B18 false possitives""
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Nov 29, 2021
2 parents f3dae41 + ee2ff64 commit 0876497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pywikibot/families/wikihow_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Family(family.SubdomainFamily):
removed_wikis = ['ca', 'cy', 'fa', 'he', 'pl', 'ur']

title_delimiter_and_aliases = '- '
""".. versionadded:: 7.0""" # noqa: B018
""".. versionadded:: 7.0"""

@classproperty
def domains(cls):
Expand Down
2 changes: 1 addition & 1 deletion pywikibot/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def instance(cls):
escape sequence if necessary
.. versionadded:: 7.0
""" # noqa: B018
"""

_families = {}

Expand Down

0 comments on commit 0876497

Please sign in to comment.