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=
420
420
known-standard-library =
421
421
422
422
# 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
424
424
425
425
# Analyse import fallback blocks. This can be used to support both Python 2 and
426
426
# 3 compatible code, which means that the block might have code that exists
Original file line number Diff line number Diff line change 20
20
import os
21
21
import uuid
22
22
23
+ from botocore .exceptions import ClientError
24
+
23
25
from sagemaker .session import Session
24
26
from sagemaker .s3 import S3Downloader
25
27
from sagemaker .s3 import S3Uploader
26
- from botocore .exceptions import ClientError
27
28
28
29
NO_SUCH_KEY_CODE = "NoSuchKey"
29
30
Original file line number Diff line number Diff line change 21
21
import time
22
22
import warnings
23
23
24
- import six
25
24
import boto3
26
25
import botocore .config
27
26
from botocore .exceptions import ClientError
27
+ import six
28
28
29
29
import sagemaker .logs
30
30
from sagemaker import vpc_utils
You can’t perform that action at this time.
0 commit comments