Closed dgtlntv closed 1 year ago
In the stub file the set_tokens function is documented as accepting tokens: list[str], when it should be tokens: list[int].
tokens: list[str]
tokens: list[int]
No response
python 3.10.9
happy for a PR to fix this issue
Describe the bug
In the stub file the set_tokens function is documented as accepting
tokens: list[str]
, when it should betokens: list[int]
.To reproduce
No response
Expected behavior
No response
Environment
python 3.10.9