Skip to content

Commit d839e0c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5af8ae0 commit d839e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/plugins_integration/pytest_rerunfailures_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class MyTestCase(unittest.TestCase):
55
first_time = True
66

77
def test_fail_the_first_time(self) -> None:
8-
"Regression test for issue #12424."
8+
"""Regression test for issue #12424."""
99
if self.first_time:
1010
type(self).first_time = False
1111
self.fail()

0 commit comments

Comments
 (0)