Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Dec 29, 2024
1 parent 5227726 commit e08234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valorant/models/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


class Theme(BaseUUIDModel):
uuid: str
# uuid: str
display_name: LocalizedField = Field(alias='displayName')
display_icon: str | None = Field(alias='displayIcon')
store_featured_image: str | None = Field(alias='storeFeaturedImage')
Expand Down

0 comments on commit e08234a

Please sign in to comment.