Skip to content

Commit

Permalink
fix: Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Nov 14, 2024
1 parent 0246bf0 commit bda8f44
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 bda8f44

Please sign in to comment.