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 Nov 19, 2023
1 parent 936070a commit 05cff9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_time_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ class Something:

@time_machine.travel(EPOCH)
class BaseClassForInheritanceTest(TestCase):

prop: bool

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


class ChildClassForInheritanceTest(BaseClassForInheritanceTest):

@classmethod
def setUpTestData(cls) -> None:
cls.prop = False
Expand Down

0 comments on commit 05cff9e

Please sign in to comment.