Linter fixes
This commit is contained in:
parent
add6b654ae
commit
27f5f14f90
2 changed files with 8 additions and 6 deletions
|
@ -19,7 +19,8 @@ INDEXING_INTERVAL = 30
|
|||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
unscanned_images_gauge = prometheus.create_gauge('unscanned_images', 'Number of images that clair needs to scan.')
|
||||
unscanned_images_gauge = prometheus.create_gauge('unscanned_images',
|
||||
'Number of images that clair needs to scan.')
|
||||
images_gauge = prometheus.create_gauge('all_images', 'Total number of images that clair can scan.')
|
||||
|
||||
|
||||
|
|
Reference in a new issue