-
Notifications
You must be signed in to change notification settings - Fork 475
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
List typing #389
base: master
Are you sure you want to change the base?
List typing #389
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing, thank you!
@@ -449,6 +450,15 @@ def _create_sub_directories(self, filename): | |||
os.makedirs(basename, exist_ok=True) | |||
|
|||
|
|||
T = TypeVar("T") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does it work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e84d6f3
to
e30b06e
Compare
Rebased and ready to merge |
e30b06e
to
ce50cca
Compare
This is using
List
fromtyping
but once #391 is merged, I can rebase this and just uselist