Skip to content

Commit 2009c6a

Browse files
author
Balaji Veeramani
committed
Fix typo
1 parent cbcc622 commit 2009c6a

File tree

1 file changed

+1
-1
lines changed
  • src/sagemaker/cli/compatibility/v2/modifiers

1 file changed

+1
-1
lines changed

src/sagemaker/cli/compatibility/v2/modifiers/serde.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class _ImportInserter(Modifier):
310310
"""A class to insert import statements into the Python module."""
311311

312312
def __init__(self, class_names, import_node):
313-
"""Initialize the ``class_names`` and ``import_node attributes``.
313+
"""Initialize the ``class_names`` and ``import_node`` attributes.
314314
315315
Args:
316316
class_names (set): If any of these class names are referenced in the

0 commit comments

Comments
 (0)