Skip to content

Commit 9e8718d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import io
2+
import multiprocessing as mp
23
import os
34
import shutil
45
import tarfile
56
import traceback
6-
import multiprocessing as mp
77
from abc import ABC, abstractmethod
88
from functools import lru_cache
99
from typing import Dict, List

0 commit comments

Comments
 (0)