From a0e4799232028ada4df5950f6f3ba25e5e89964b Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 27 Nov 2024 13:45:12 +0100 Subject: [PATCH] Black --- python/src/etos_api/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/src/etos_api/__init__.py b/python/src/etos_api/__init__.py index 771c32b..7a05f80 100644 --- a/python/src/etos_api/__init__.py +++ b/python/src/etos_api/__init__.py @@ -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()