feat(commands): Add support for Range[LargeInt, ...]
#7540
Annotations
4 errors
|
|
|
|
|
disnake/ext/commands/params.py#L386
Type "int* | float* | int | float" is not assignable to return type "NumT@_BaseRange | None"
Type "int* | float* | int | float" is not assignable to type "NumT@_BaseRange | None"
Type "float" is not assignable to type "NumT@_BaseRange | None"
Type "float" is not assignable to type "NumT@_BaseRange"
"float" is not assignable to "None" (reportReturnType)
|
|
disnake/ext/commands/params.py#L380
Variable not allowed in type expression (reportInvalidTypeForm)
|
The logs for this run have expired and are no longer available.
Loading