Skip to content

Commit 594ab29

Browse files
author
Jonathan Esterhazy
committed
fix imports, flake8 errors
1 parent dc89892 commit 594ab29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/cli/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
import sagemaker.cli.mxnet
2-
import sagemaker.cli.tensorflow

src/sagemaker/cli/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
import sys
66

77
import sagemaker
8+
import sagemaker.cli.mxnet
9+
import sagemaker.cli.tensorflow
810

911
logger = logging.getLogger(__name__)
1012

0 commit comments

Comments
 (0)