Skip to content

Commit 6cf5322

Browse files
author
Chuyang Deng
committed
fix pylint error
1 parent aa5709a commit 6cf5322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from __future__ import absolute_import
1515

1616
import logging
17-
import importlib_metadata
1817
import sys
18+
import importlib_metadata
1919

2020
from sagemaker import estimator, parameter, tuner # noqa: F401
2121
from sagemaker.amazon.kmeans import KMeans, KMeansModel, KMeansPredictor # noqa: F401

0 commit comments

Comments
 (0)