Skip to content

Commit 9732b53

Browse files
committed
Format
1 parent 6dde8e9 commit 9732b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scdl/scdl.py

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def clean_up_locks() -> None:
262262

263263
atexit.register(clean_up_locks)
264264

265+
265266
def get_filelock(path: Union[pathlib.Path, str], timeout: int = 10) -> filelock.BaseFileLock:
266267
path = pathlib.Path(path)
267268
path.parent.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)