Merge pull request #49509 from rhcs-dashboard/fix-prometheus-module-blank-line

mgr/prometheus: Fix make check flake8 blank line missing

Reviewed-by: Aashish Sharma <aasharma@redhat.com>
This commit is contained in:
Kefu Chai 2022-12-20 12:03:34 +08:00 committed by GitHub
commit ead5a9a215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ def health_status_to_number(status: str) -> int:
return 2
raise ValueError(f'unknown status "{status}"')
DF_CLUSTER = ['total_bytes', 'total_used_bytes', 'total_used_raw_bytes']
OSD_BLOCKLIST = ['osd_blocklist_count']