Skip to content

Commit bfe2696

Browse files
committed
fix missing import
1 parent 84dbd40 commit bfe2696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/sagemaker/serve/test_serve_pt_happy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
from tests.integ.sagemaker.serve.constants import (
2929
PYTORCH_SQUEEZENET_RESOURCE_DIR,
3030
SERVE_SAGEMAKER_ENDPOINT_TIMEOUT,
31+
SERVE_LOCAL_CONTAINER_TIMEOUT,
3132
PYTHON_VERSION_IS_NOT_310,
3233
)
3334
from tests.integ.timeout import timeout

0 commit comments

Comments
 (0)