Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

INTRN-241: refactor to use Unset #115

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

cmyui
Copy link
Member

@cmyui cmyui commented May 28, 2023

No description provided.

expires_at: datetime | None = None,
clan_id: int | Unset = UNSET,
uses: int | Unset = UNSET,
expires_at: datetime | Unset = UNSET,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
expires_at: datetime | Unset = UNSET,
expires_at: datetime | None | Unset = UNSET,

country: str | Unset = UNSET,
time_elapsed: int | Unset = UNSET,
client_anticheat_flags: int | Unset = UNSET,
client_anticheat_token: str | Unset = UNSET,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
client_anticheat_token: str | Unset = UNSET,
client_anticheat_token: str | None | Unset = UNSET,

country: str | Unset
time_elapsed: int | Unset
client_anticheat_flags: int | Unset
client_anticheat_token: str | Unset
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
client_anticheat_token: str | Unset
client_anticheat_token: str | None | Unset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants