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

Shorten library imports #181

Open
Tracked by #120
ktagowski opened this issue Jan 21, 2022 · 0 comments
Open
Tracked by #120

Shorten library imports #181

ktagowski opened this issue Jan 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ktagowski
Copy link
Collaborator

ktagowski commented Jan 21, 2022

Currently imports seems to be so long.

E.g.:

from embeddings.pipeline.lightning_hps_pipeline import OptimizedLightingClassificationPipeline

I think more clearer way would be

from embeddings.pipeline import OptimizedLightingClassificationPipeline

Therefore appropriate __init__ files should be adapted.

@ktagowski ktagowski added the enhancement New feature or request label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant