Skip to content

Commit 576b1aa

Browse files
Sebastiancrivetimihai
authored andcommitted
Pylint mcpgateway/bootstrap_db.py
Signed-off-by: Sebastian <[email protected]>
1 parent d352fb1 commit 576b1aa

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
@@ -24,9 +24,9 @@
2424
from importlib.resources import files
2525

2626
# Third-Party
27+
from sqlalchemy import create_engine, inspect
2728
from alembic import command
2829
from alembic.config import Config
29-
from sqlalchemy import create_engine, inspect
3030

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

0 commit comments

Comments
 (0)