Fix duplicate logging module import in [discord/utils.py] (#617) #485
Annotations
2 errors and 2 warnings
Run Pyright:
discord/state.py#L2833
Argument of type "VoiceStateUpdateEvent" cannot be assigned to parameter "data" of type "VoiceState" in function "_update_voice_state"
"channel_id" is not required in "type[VoiceState]"
"guild_id" is missing from "VoiceStateUpdateEvent" (reportGeneralTypeIssues)
|
Run Pyright
1 error
|
Run Pyright:
discord/utils.py#L728
Unnecessary "# type: ignore" comment
|
Run Pyright:
discord/ext/commands/bot.py#L1056
Type variable "ContextT" may go unsolved if caller supplies no argument for parameter "cls"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
The logs for this run have expired and are no longer available.
Loading