Skip to content

Commit f853296

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e38882a commit f853296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/job_files_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import multiprocessing as mp
12
import os
23
import random
34
import tarfile
4-
import multiprocessing as mp
55
from typing import Dict, List, Optional, Type
66

77
import fsspec

0 commit comments

Comments
 (0)