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
this will error with: test\files\hybrid.py:31: error: Unsupported operand types for + ("Callable[..., Any]" and "int") [operator]
This looks like a mypy bug, since removing @hp.setter and the other @hp definition it does better, but it still fails to get the float: test\files\hybrid.py:15: error: Unsupported operand types for / ("object" and "int") [operator]
I've opened a pr, but it does not work. Can you take a look?
re: #170
this worked for sqlalchemy-stubs, but does not seem to work here
POC from dropbox/sqlalchemy-stubs#98 (comment)
The text was updated successfully, but these errors were encountered: