From d337955696c4511652a17b33a91d548087771f3e Mon Sep 17 00:00:00 2001 From: Guillaume Gauvrit Date: Fri, 22 Nov 2024 17:23:29 +0100 Subject: [PATCH] Run fmt --- src/celery_prometheus/prometheus_bootstep.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/celery_prometheus/prometheus_bootstep.py b/src/celery_prometheus/prometheus_bootstep.py index 00b815e..ca1f0c3 100644 --- a/src/celery_prometheus/prometheus_bootstep.py +++ b/src/celery_prometheus/prometheus_bootstep.py @@ -1,4 +1,5 @@ """Helper for celery.""" + import logging import os from typing import Any, Optional