Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sametd committed Jan 9, 2025
1 parent e37b23f commit 5cc9117
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion polytope_server/telemetry/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

from fastapi import Response
from fastapi.responses import JSONResponse
from prometheus_client import CONTENT_TYPE_LATEST, CollectorRegistry, Gauge, generate_latest
from prometheus_client import (
CONTENT_TYPE_LATEST,
CollectorRegistry,
Gauge,
generate_latest,
)

from .config import config
from .enums import StatusEnum
Expand Down

0 comments on commit 5cc9117

Please sign in to comment.