Test with fetch_bits_leaderboard #244
Annotations
3 errors and 1 warning
|
twitchio/user.py#L394
Argument of type "str | PartialUser" cannot be assigned to parameter "token_for" of type "str" in function "get_bits_leaderboard"
Type "str | PartialUser" is not assignable to type "str"
"PartialUser" is not assignable to "str" (reportArgumentType)
|
|
twitchio/user.py#L398
Argument of type "str | int | PartialUser | None" cannot be assigned to parameter "user_id" of type "str | int | None" in function "get_bits_leaderboard"
Type "str | int | PartialUser | None" is not assignable to type "str | int | None"
Type "PartialUser" is not assignable to type "str | int | None"
"PartialUser" is not assignable to "str"
"PartialUser" is not assignable to "int"
"PartialUser" is not assignable to "None" (reportArgumentType)
|
|
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading