Skip to content

Commit bbded11

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

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,8 +2,8 @@
22
import os
33
import random
44
import shutil
5-
from typing import Dict, List, Optional, Type, Union
65
import subprocess
6+
from typing import Dict, List, Optional, Type, Union
77

88
import fsspec
99
import psutil

0 commit comments

Comments
 (0)