Skip to content

Commit

Permalink
just move
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 10, 2025
1 parent 421e3e2 commit 832c43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valorant/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@
from .models.version import Version
from .models.weapons import Chroma as SkinChroma, Level as SkinLevel, Skin, Weapon

_log = logging.getLogger(__name__)

# fmt: off
__all__ = (
'Client',
Expand All @@ -70,6 +68,8 @@

LanguageOption: TypeAlias = Language | Literal['all']

_log = logging.getLogger(__name__)


class Client:
def __init__(
Expand Down

0 comments on commit 832c43f

Please sign in to comment.