Skip to content

Commit ee93e3f

Browse files
Ivy BazanRuban Hussain
authored andcommitted
fix lint
1 parent dc38ce5 commit ee93e3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/config/config.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ def load_sagemaker_config(
132132

133133

134134
def validate_sagemaker_config(sagemaker_config: dict = None):
135-
"""Validates whether a given dictionary adheres to the schema defined at
136-
``sagemaker.config.config_schema.SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA``
135+
"""Validates whether a given dictionary adheres to the schema.
136+
137+
The schema is defined at
138+
``sagemaker.config.config_schema.SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA``.
137139
138140
Args:
139141
sagemaker_config: A dictionary containing default values for the

0 commit comments

Comments
 (0)