Skip to content

Commit 05e7c50

Browse files
author
Sebastian
committed
Pylint mcpgateway/bootstrap_db.py
Signed-off-by: Sebastian <[email protected]>
1 parent 620f302 commit 05e7c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/bootstrap_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import logging
2626

2727
# Third-Party
28+
from sqlalchemy import create_engine, inspect
2829
from alembic import command
2930
from alembic.config import Config
30-
from sqlalchemy import create_engine, inspect
3131

3232
# First-Party
3333
from mcpgateway.config import settings

0 commit comments

Comments
 (0)