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

docs: delete redundant comments #64

Merged
merged 1 commit into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. docs: delete redundant comments

    The sorting of imports follows best practices
    (standard, third-party, internal) which is also enforced by running
    isort in CI.
    Having these comments in every module is thus redundant and only
    unnecessarily increases lines of code in each module.
    Moreover, at some places the comment was misplaced,
    e.g. in `edvart/report_sections/dataset_overview.py` the comment
    about internal imports was in between the imports.
    lukany committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    af05d92 View commit details
    Browse the repository at this point in the history