Skip to content

Commit 40b0313

Browse files
committed
lint fix
1 parent d0b91ce commit 40b0313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgr_deep_research/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ async def lifespan(app: FastAPI):
2323
await MCP2ToolConverter().build_tools_from_mcp()
2424
yield
2525

26+
2627
app = FastAPI(title="SGR Agent Core API", version=__version__, lifespan=lifespan)
2728

2829
config = get_config()

0 commit comments

Comments
 (0)