Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ disable=
no-self-use, # TODO: Convert methods to functions where appropriate
consider-using-in, # TODO: Consider merging comparisons with "in"
too-many-public-methods, # TODO: Resolve
ungrouped-imports, # TODO: Group imports
consider-using-ternary, # TODO: Consider ternary expressions
chained-comparison, # TODO: Simplify chained comparison between operands
too-many-branches, # TODO: Simplify or ignore as appropriate
Expand Down
2 changes: 1 addition & 1 deletion src/sagemaker/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
import six
import boto3
import botocore.config
import yaml
from botocore.exceptions import ClientError
import yaml

import sagemaker.logs
from sagemaker import vpc_utils
Expand Down