Skip to content

Commit eceea66

Browse files
committed
feat: annotate
1 parent 43a1726 commit eceea66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from alembic.config import Config
1616
from alembic import command
1717
from fastapi_mcp import FastApiMCP
18-
import sqlbot_xpack
18+
# import sqlbot_xpack
1919

2020
def run_migrations():
2121
alembic_cfg = Config("alembic.ini")
@@ -88,7 +88,7 @@ async def read_index():
8888

8989
mcp.setup_server()
9090

91-
sqlbot_xpack.init_fastapi_app(app)
91+
# sqlbot_xpack.init_fastapi_app(app)
9292
if __name__ == "__main__":
9393
import uvicorn
9494

0 commit comments

Comments
 (0)