-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Dict[AbstractSet, Any] weird type error #1711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the first call to
If |
This might be worth explaining in the Common issues section of mypy documentation. |
Because |
I get
Argument 1 to "f" has incompatible type Dict[frozenset[str], int]; expected Dict[AbstractSet[str], int]
with the following code:
The text was updated successfully, but these errors were encountered: