Skip to content

Commit

Permalink
fix: Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 18, 2024
1 parent c7935d2 commit 643e723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ai/backend/manager/models/gql_models/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ def from_row(
return None
image_ref = row.image_ref
version, ptag_set = image_ref.tag_set
return cls(

result = cls(
id=row.id,
row_id=row.id,
name=row.image,
Expand Down

0 comments on commit 643e723

Please sign in to comment.