Skip to content

Commit 8f91fce

Browse files
committed
chore: pylint
1 parent 7f2ec30 commit 8f91fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/config/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def load_sagemaker_config(additional_config_paths: List[str] = None, s3_resource
119119
# If there are no files in the Default config file locations, don't throw
120120
# Exceptions.
121121
raise
122-
else:
123-
logger.debug(error)
122+
123+
logger.debug(error)
124124
if config_from_file:
125125
validate_sagemaker_config(config_from_file)
126126
merge_dicts(merged_config, config_from_file)

0 commit comments

Comments
 (0)