Skip to content

Commit 77c0353

Browse files
committed
style: apply pyink formatting to test_fast_api.py
1 parent 8f964b5 commit 77c0353

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unittests/cli/test_fast_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,9 @@ async def run_async_session_not_found(self, **kwargs):
18141814

18151815
_OTEL_ENV_ENABLED = "google.adk.cli.adk_web_server._otel_env_vars_enabled"
18161816
_SETUP_TELEMETRY = "google.adk.cli.adk_web_server._setup_telemetry"
1817-
_FASTAPI_INSTRUMENTOR = "opentelemetry.instrumentation.fastapi.FastAPIInstrumentor"
1817+
_FASTAPI_INSTRUMENTOR = (
1818+
"opentelemetry.instrumentation.fastapi.FastAPIInstrumentor"
1819+
)
18181820

18191821

18201822
def _make_otel_test_client(

0 commit comments

Comments
 (0)