Skip to content

Commit 0804639

Browse files
committed
style: apply pyink formatting to test_fast_api.py
1 parent 8d9c478 commit 0804639

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unittests/cli/test_fast_api.py

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

19571957
_OTEL_ENV_ENABLED = "google.adk.cli.adk_web_server._otel_env_vars_enabled"
19581958
_SETUP_TELEMETRY = "google.adk.cli.adk_web_server._setup_telemetry"
1959-
_FASTAPI_INSTRUMENTOR = "opentelemetry.instrumentation.fastapi.FastAPIInstrumentor"
1959+
_FASTAPI_INSTRUMENTOR = (
1960+
"opentelemetry.instrumentation.fastapi.FastAPIInstrumentor"
1961+
)
19601962

19611963

19621964
def _make_otel_test_client(

0 commit comments

Comments
 (0)