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 Jun 7, 2024
1 parent 5af8ae0 commit d839e0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class MyTestCase(unittest.TestCase):
first_time = True

def test_fail_the_first_time(self) -> None:
"Regression test for issue #12424."
"""Regression test for issue #12424."""
if self.first_time:
type(self).first_time = False
self.fail()

0 comments on commit d839e0c

Please sign in to comment.