Skip to content

Commit

Permalink
Merge pull request #67 from neuroforgede/wip/django42/main
Browse files Browse the repository at this point in the history
make typecheck happy
  • Loading branch information
s4ke authored Oct 7, 2023
2 parents 9793cc3 + b027c3d commit 4b7a5f5
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 4b7a5f5

Please sign in to comment.