Skip to content

Commit

Permalink
fix: resolve incorrect variable assignment for SageMaker API call
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHeisler authored Jul 22, 2024
1 parent 8b88930 commit 578a250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def get_model_wu(

model_image_groups: Set[str] = set()
if model_image is not None:
model_uri_groups = self.lineage.model_image_to_groups.get(
model_image_groups = self.lineage.model_image_to_groups.get(
model_image, set()
)

Expand Down

0 comments on commit 578a250

Please sign in to comment.