Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Nov 27, 2024
1 parent 8a435e8 commit a0e4799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/src/etos_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
PROVIDER.add_span_processor(PROCESSOR)
trace.set_tracer_provider(PROVIDER)

FastAPIInstrumentor().instrument_app(
APP, tracer_provider=PROVIDER, excluded_urls=".*/ping"
)
FastAPIInstrumentor().instrument_app(APP, tracer_provider=PROVIDER, excluded_urls=".*/ping")

RegisterProviders()

0 comments on commit a0e4799

Please sign in to comment.