Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2024
1 parent 6b6c70c commit 1abf831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_cmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def test_ne(self):
method = self.cls.__ne__
assert method.__doc__.strip() == (
"Check equality and either forward a NotImplemented or\n"
f"{indent}return the result negated."
f"{indent}return the result negated."
)
assert method.__name__ == "__ne__"

Expand Down Expand Up @@ -396,7 +396,7 @@ def test_ne(self):
method = self.cls.__ne__
assert method.__doc__.strip() == (
"Check equality and either forward a NotImplemented or\n"
f"{indent}return the result negated."
f"{indent}return the result negated."
)
assert method.__name__ == "__ne__"

Expand Down

0 comments on commit 1abf831

Please sign in to comment.