We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mypy 0.4.4
note: In function "f": 5: error: Incompatible return value type (got Dict[Any, Any], expected OrderedDict[Any, Any])
import collections def f(x: collections.OrderedDict) -> collections.OrderedDict: y = x.copy() return y
The text was updated successfully, but these errors were encountered:
Related: #1212
Sorry, something went wrong.
This is a duplicate of python/typeshed#1642 (which has been closed by now, but not fixed yet - at least not within mypy)
This is purely a typeshed problem, so let's close this one.
No branches or pull requests
mypy 0.4.4
The text was updated successfully, but these errors were encountered: