Linter fixes

This commit is contained in:
Jake Moshenko 2017-02-22 11:25:09 -05:00
parent add6b654ae
commit 27f5f14f90
2 changed files with 8 additions and 6 deletions

View file

@ -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.')