Skip to content

Commit

Permalink
refactor: renamed file gamemodes.py to game_modes.py`
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 10, 2025
1 parent 71aa3bb commit 9da650b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valorant/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from .models.contracts import Contract
from .models.currencies import Currency
from .models.events import Event
from .models.gamemodes import Equippable as GameModeEquippable, GameMode
from .models.game_modes import Equippable as GameModeEquippable, GameMode
from .models.gear import Gear
from .models.level_borders import LevelBorder
from .models.maps import Map
Expand Down
File renamed without changes.

0 comments on commit 9da650b

Please sign in to comment.