Skip to content

Commit 268357f

Browse files
authored
fix: remove psutil and signal imports
1 parent 23ef42e commit 268357f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sagemaker/local/image.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
import tempfile
3232

3333
from distutils.spawn import find_executable
34-
from signal import SIGTERM
3534
from threading import Thread
36-
37-
import psutil
3835
from six.moves.urllib.parse import urlparse
3936

4037
import sagemaker

0 commit comments

Comments
 (0)