Skip to content

Commit

Permalink
fix: resolve the error with the db-pool-stat endpoint (#9478)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwzhuhao authored Oct 18, 2024
1 parent bd27b4c commit b9bf60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

# DO NOT REMOVE BELOW
from events import event_handlers # noqa: F401
from extensions.ext_database import db

# TODO: Find a way to avoid importing models here
from models import account, dataset, model, source, task, tool, tools, web # noqa: F401
Expand Down

0 comments on commit b9bf60e

Please sign in to comment.