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

Add indicator classes to indicators/__init__.py to make import paths simpler #513

Open
matthiasschaub opened this issue Mar 20, 2023 · 1 comment
Labels
code quality Related to our standards for 'good' code

Comments

@matthiasschaub
Copy link
Collaborator

from ohsome_quality_analyst.indicators.mapping_saturation.indicator import (
    MappingSaturation,
)

vs.

from ohsome_quality_analyst.indicators import MappingSaturation
@matthiasschaub matthiasschaub added the code quality Related to our standards for 'good' code label Mar 20, 2023
@matthiasschaub
Copy link
Collaborator Author

First try resulted in circular import error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Related to our standards for 'good' code
Projects
None yet
Development

No branches or pull requests

1 participant