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

Conversation

JenySadadia
Copy link
Collaborator

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)"

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]>
@JenySadadia
Copy link
Collaborator Author

Merging this to fix GH actions in other PRs.

@JenySadadia JenySadadia added this pull request to the merge queue Nov 8, 2024
Merged via the queue into kernelci:main with commit 63fb009 Nov 8, 2024
6 checks passed
@JenySadadia JenySadadia deleted the move-metrics-class branch November 8, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant