-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Use __future__ annotations #265
Conversation
What's wrong @MikeMitusov? Just let me resolve the trouble with singledispatch and future annotations? |
…tions Fix future annotations (from #265) plus some changes to singledispatchmethod.
I merged all these changes in #266. Thank you very much for addressing this important aspect of the code. I spent a couple of hours figuring out what was broken with the singledispatchmethod code and fixed that (it was trying to resolve annotations too early and also resolving annotations required classmethod to be set with a |
I've added:
from __future__ import annotations
to all important files