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 094db60 commit 5da6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valorant/models/gamemodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ class Equippable(BaseUUIDModel):
# useful methods

async def fetch_weapon(self, *, client: Client) -> Weapon | None:
return await client.fetch_weapon(self.uuid)
return await client.fetch_weapon(str(self.uuid))

0 comments on commit 5da6e80

Please sign in to comment.