Skip to content

Commit 561d695

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_scheduler/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
import os
33
import random
44
import shutil
5-
from typing import Dict, List, Optional, Type, Union
65
import signal
76
import subprocess
87
import sys
8+
from typing import Dict, List, Optional, Type, Union
99
from uuid import uuid4
1010

1111
import fsspec

0 commit comments

Comments
 (0)