Skip to content

Commit cb8d624

Browse files
committed
fix flake8
1 parent 5bc30a5 commit cb8d624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from mock import ANY, MagicMock, Mock, patch
2424

2525
import sagemaker.local
26-
from sagemaker import image_uris, TrainingInput, utils, vpc_utils
26+
from sagemaker import TrainingInput, utils, vpc_utils
2727
from sagemaker.algorithm import AlgorithmEstimator
2828
from sagemaker.estimator import Estimator, EstimatorBase, Framework, _TrainingJob
2929
from sagemaker.model import FrameworkModel

0 commit comments

Comments
 (0)