You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type annotations of optional parameters are not propagated to __init__ methods of the attrs generated classes, which leads to incrorect stubs and failing mypy.
Expected behavior
Every Optional[...] or Union[..., None] parameter should have a correct annotation in the __init__ method
Observed behavior
Type annotations of optional parameters are not propagated to
__init__
methods of the attrs generated classes, which leads to incrorect stubs and failing mypy.Expected behavior
Every
Optional[...]
orUnion[..., None]
parameter should have a correct annotation in the__init__
methodPython Version
3.9
Toloka-Kit Version
1.0.2
Other Packages Versions
No response
Example code
toloka-kit/src/client/search_requests.pyi
Line 614 in 8d672fb
Relevant log output
No response
The text was updated successfully, but these errors were encountered: