Skip to content
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

[IMPROVE] Remove external imports from sdk.py #3393

Closed
montezdesousa opened this issue Nov 11, 2022 · 0 comments
Closed

[IMPROVE] Remove external imports from sdk.py #3393

montezdesousa opened this issue Nov 11, 2022 · 0 comments
Assignees
Labels
platform OpenBB Platform

Comments

@montezdesousa
Copy link
Contributor

External imports in sdk.py file are slowing down the sdk loading and break the standard used to access the SDK endpoints. This could be improved by removing these imports and providing them as SDK enpoints.

By external imports I mean all the imports from line 1 to 11 in the screenshot below.

Screenshot 2022-11-11 at 18 22 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform OpenBB Platform
Projects
None yet
Development

No branches or pull requests

2 participants