10000 fix import · modern-python/lite-bootstrap@a561e1f · GitHub
[go: up one dir, main page]

Skip to content

Commit a561e1f

Browse files
committed
fix import
1 parent f9b2d9e commit a561e1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lite_bootstrap/bootstrappers/fastapi_bootstrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import dataclasses
33
import typing
44

5-
from prometheus_fastapi_instrumentator import Instrumentator
6-
75
from lite_bootstrap.bootstrappers.base import BaseBootstrapper
86
from lite_bootstrap.instruments.healthchecks_instrument import (
97
HealthChecksConfig,
@@ -20,6 +18,7 @@
2018
import fastapi
2119
from opentelemetry.instrumentation.fastapi import FastAPIInstrumentor
2220
from opentelemetry.trace import get_tracer_provider
21+
from prometheus_fastapi_instrumentator import Instrumentator
2322

2423

2524
@dataclasses.dataclass(kw_only=True, slots=True, frozen=True)

0 commit comments

Comments
 (0)
0