File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ int-import-graph=
420420known-standard-library =
421421
422422# Force import order to recognize a module as part of a third party library.
423- known-third-party =enchant
423+ known-third-party =boto3,botocore, enchant
424424
425425# Analyse import fallback blocks. This can be used to support both Python 2 and
426426# 3 compatible code, which means that the block might have code that exists
Original file line number Diff line number Diff line change 2020import os
2121import uuid
2222
23+ from botocore .exceptions import ClientError
24+
2325from sagemaker .session import Session
2426from sagemaker .s3 import S3Downloader
2527from sagemaker .s3 import S3Uploader
26- from botocore .exceptions import ClientError
2728
2829NO_SUCH_KEY_CODE = "NoSuchKey"
2930
Original file line number Diff line number Diff line change 2121import time
2222import warnings
2323
24- import six
2524import boto3
2625import botocore .config
2726from botocore .exceptions import ClientError
27+ import six
2828
2929import sagemaker .logs
3030from sagemaker import vpc_utils
You can’t perform that action at this time.
0 commit comments