-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update docker, add methods to load from dictionary, get tree traversa… #174
Conversation
Note that mypy does not support recursive typing for now, hence the usage of Any. |
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.
Great stuff! I have a couple type hinting nitpicks but apart from that I like it.
I wasn't able to spot usage of |
…l, and update docs
Co-authored-by: Glenn Matthews <[email protected]>
f8c1e8b
to
c3ceb06
Compare
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.
LGTM
#174) * Update docker, add methods to load from dictionary, get tree traversal, and update docs * Apply suggestions from code review Co-authored-by: Glenn Matthews <[email protected]> * Additional recommended updates for loop efficiency and using classmethod * update docs * mypy feedback * lock poetry Co-authored-by: Glenn Matthews <[email protected]>
…l, and update docs