-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Type[C] is not considered callable #1846
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
I can't figure out how to solve this quickly, so I'm going to use the |
gvanrossum
pushed a commit
that referenced
this issue
Jul 12, 2016
Merged
ddfisher
pushed a commit
that referenced
this issue
Jul 13, 2016
* SplitNamespace should derive from Namespace. * Add band-aid type-ignore to make tests pass. See #1846. * Sync typeshed.
#1670 is related. |
Closing as duplicate of #1670 (comment). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This simple example fails:
This is actually present in the mypy test suite (test/test_random.py:49, the second argument to assertRaises()), so I'm treating this as a blocker.
The text was updated successfully, but these errors were encountered: