Skip to content

Commit

Permalink
make typecheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Oct 7, 2023
1 parent cf0ac49 commit b027c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skipper/skipper/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _instrument() -> None:
from opentelemetry.instrumentation.redis import RedisInstrumentor # type: ignore

DjangoInstrumentor().instrument()
CeleryInstrumentor().instrument()
CeleryInstrumentor().instrument() # type: ignore
RequestsInstrumentor().instrument()
BotocoreInstrumentor().instrument() # type: ignore
Psycopg2Instrumentor().instrument()
Expand Down

0 comments on commit b027c3d

Please sign in to comment.