Skip to content

Commit a638a64

Browse files
author
OutlyingWest
committed
logging imports polishing
1 parent 54ef7ce commit a638a64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jumper/kernel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import threading
99
import time
1010
import shutil
11-
import logging
1211
import logging.config
1312

1413
from enum import Enum
@@ -25,7 +24,7 @@
2524

2625
# import jumper.multinode_monitor.slurm_monitor as slurm_monitor
2726

28-
from jumper.logging_config import LOGGING
27+
from .logging_config import LOGGING
2928

3029
PYTHON_EXECUTABLE = sys.executable
3130
READ_CHUNK_SIZE = 8

0 commit comments

Comments
 (0)