Skip to content

Commit 05cff9e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 936070a commit 05cff9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_time_machine.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ class Something:
560560

561561
@time_machine.travel(EPOCH)
562562
class BaseClassForInheritanceTest(TestCase):
563-
564563
prop: bool
565564

566565
@classmethod
@@ -574,7 +573,6 @@ def setUpTestData(cls) -> None:
574573

575574

576575
class ChildClassForInheritanceTest(BaseClassForInheritanceTest):
577-
578576
@classmethod
579577
def setUpTestData(cls) -> None:
580578
cls.prop = False

0 commit comments

Comments
 (0)