Skip to content

Commit

Permalink
3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Jan 10, 2024
1 parent 5731c1e commit 9febe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper/my_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __new__(cls, *args, **kwargs):

else:
def __init__(self, *args, does_exist: bool = True, initial_value: Optional[str] = None, **kwargs):
super().__init__()
super().__init__(*args)
# Own Path implementation
self.does_exist: bool = does_exist
self.contents = None
Expand Down

0 comments on commit 9febe97

Please sign in to comment.