Skip to content

Commit

Permalink
Fix typecheck for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Nov 2, 2024
1 parent eaa26fc commit a433ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scdl/scdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def clean_up_locks() -> None:
class SafeLock:
def __init__(
self,
lock_file: Union[str, os.PathLike[str]],
lock_file: Union[str, os.PathLike],
timeout: float = -1,
mode: int = 0o644,
thread_local: bool = True,
Expand Down

0 comments on commit a433ac4

Please sign in to comment.