Skip to content

Commit d2272b3

Browse files
timmeckclaude
andcommitted
Fix lint: add noqa for runtime FastAPI imports in standalone SDK
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 647ff4c commit d2272b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nexus/sdk_standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def handle_text_gen(query: str, params: dict) -> dict:
3838
from typing import Any
3939

4040
import httpx
41-
from fastapi import FastAPI, Request
41+
from fastapi import FastAPI, Request # noqa: TC002 (runtime: route registration)
4242
from pydantic import BaseModel, Field
4343

4444
log = logging.getLogger("nexus.sdk")

0 commit comments

Comments
 (0)