Skip to content

tree: get rid of explicit tree arguments #4310

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

Merged
merged 2 commits into from
Jul 31, 2020
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Jul 31, 2020

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

Comment on lines +98 to +103
else:
from collections import namedtuple

mock_cache = namedtuple("MockCache", ["local"])(local=cache)
self.cache = mock_cache # pylint: disable=W0201

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is temporary, will be no longer needed after #4144 , just need to remove tree= arg from tree methods.

@efiop efiop merged commit fcf2e35 into iterative:master Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant