Skip to content

Commit 6a5f707

Browse files
committed
fixing lint errors
1 parent d216a86 commit 6a5f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def __init__(
365365
self.tags = tags
366366
self.model_metrics = model_metrics
367367
self.drift_check_baselines = drift_check_baselines
368-
self.customer_metadata_properties = customer_metadata_properties,
368+
self.customer_metadata_properties = customer_metadata_properties
369369
self.metadata_properties = metadata_properties
370370
self.approval_status = approval_status
371371
self.image_uri = image_uri

0 commit comments

Comments
 (0)