mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 17:06:21 +00:00
Update pyright version
This commit is contained in:
@ -1185,7 +1185,7 @@ def _convert_to_bool(argument: str) -> bool:
|
||||
raise BadBoolArgument(lowered)
|
||||
|
||||
|
||||
_GenericAlias = type(List[T])
|
||||
_GenericAlias = type(List[T]) # type: ignore
|
||||
|
||||
|
||||
def is_generic_type(tp: Any, *, _GenericAlias: type = _GenericAlias) -> bool:
|
||||
|
Reference in New Issue
Block a user