Skip to content

Commit 9b5f754

Browse files
lint issue fix
1 parent 4844590 commit 9b5f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/app_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,4 +1073,4 @@ async def get_agent_tools():
10731073
if __name__ == "__main__":
10741074
import uvicorn
10751075

1076-
uvicorn.run("app_kernel:app", host="127.0.0.1", port=8000, reload=True)
1076+
uvicorn.run("app_kernel:app", host="127.0.0.1", port=8000, reload=True)

0 commit comments

Comments
 (0)