Skip to content

Commit 4d34e9b

Browse files
committed
Fix import error
1 parent 2723f8f commit 4d34e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sagemaker-core/src/sagemaker/core/modules

sagemaker-core/src/sagemaker/core/modules/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
CheckpointConfig,
4848
MetricDefinition,
4949
)
50-
50+
from typing import List
5151

5252
__all__ = [
5353
"SourceCode",

0 commit comments

Comments
 (0)