Skip to content

Conversation

@dcolinmorgan
Copy link
Contributor

just needed to fix counterfactual of tanmoy's toy code, change order to fit into existing scheme, also add fourth variable for version

@dcolinmorgan dcolinmorgan linked an issue Oct 10, 2023 that may be closed by this pull request
self.pkgs = {}
self.deps()

def __getattr__(self, pkg):
Copy link
Contributor

Choose a reason for hiding this comment

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

add return types?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added pkg:str here to return type; i dont think this is related to the pytest type check errors below and in #489.

but i also dont know why this arrow_uploader error is coming up

Copy link
Contributor Author

Choose a reason for hiding this comment

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

any idea about this type check error, seemingly involving arrow_uploader? another PR pings this same error, not sure what to make of it

Copy link
Contributor

Choose a reason for hiding this comment

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

Already fixed in main

@lmeyerov
Copy link
Contributor

what's the reln of this w/ #517 ?

@dcolinmorgan
Copy link
Contributor Author

what's the reln of this w/ #517 ?

merged it into 517 a while ago

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.

[FEA] Smart dependency manager to replace lazy imports

3 participants