Skip to content

Commit a433ac4

Browse files
committed
Fix typecheck for 3.7
1 parent eaa26fc commit a433ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scdl/scdl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def clean_up_locks() -> None:
264264
class SafeLock:
265265
def __init__(
266266
self,
267-
lock_file: Union[str, os.PathLike[str]],
267+
lock_file: Union[str, os.PathLike],
268268
timeout: float = -1,
269269
mode: int = 0o644,
270270
thread_local: bool = True,

0 commit comments

Comments
 (0)