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

api: add metrics.py #569

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Commits on Nov 6, 2024

  1. api: add metrics.py

    Move `Metrics` class implementation to separate file
    to reduce number of lines in `api.main` module and to
    keep the various modules more organized.
    Otherwise pylint will complain with the below error:
    "api/main.py: C0302: Too many lines in module (1044/1000) (too-many-lines)"
    
    Signed-off-by: Jeny Sadadia <[email protected]>
    Jeny Sadadia committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1874608 View commit details
    Browse the repository at this point in the history