We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcc622 commit 2009c6aCopy full SHA for 2009c6a
src/sagemaker/cli/compatibility/v2/modifiers/serde.py
@@ -310,7 +310,7 @@ class _ImportInserter(Modifier):
310
"""A class to insert import statements into the Python module."""
311
312
def __init__(self, class_names, import_node):
313
- """Initialize the ``class_names`` and ``import_node attributes``.
+ """Initialize the ``class_names`` and ``import_node`` attributes.
314
315
Args:
316
class_names (set): If any of these class names are referenced in the
0 commit comments