Skip to content

Commit

Permalink
refactor: clean up RewardType enum formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 10, 2025
1 parent b9b2625 commit a086491
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions valorant/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,13 @@ class RelationType(StrEnum):


class RewardType(StrEnum):
# fmt: off
currency = 'Currency'
equippable_charm_level = 'EquippableCharmLevel' # buddy level
equippable_skin_level = 'EquippableSkinLevel' # skin level
equippable_skin_level = 'EquippableSkinLevel' # skin level
player_card = 'PlayerCard'
player_title = 'Title'
spray = 'Spray'
totem = 'Totem' # flex
# fmt: on
totem = 'Totem' # flex


class SeasonType(StrEnum):
Expand Down

0 comments on commit a086491

Please sign in to comment.