aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_migrations_reach_head.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/tests/test_migrations_reach_head.py')
-rw-r--r--packages/meshbay-hub/tests/test_migrations_reach_head.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/meshbay-hub/tests/test_migrations_reach_head.py b/packages/meshbay-hub/tests/test_migrations_reach_head.py
index 13c5590..7f0d5df 100644
--- a/packages/meshbay-hub/tests/test_migrations_reach_head.py
+++ b/packages/meshbay-hub/tests/test_migrations_reach_head.py
@@ -30,9 +30,8 @@ from pathlib import Path
import pytest
from alembic import command
from alembic.config import Config
-from sqlalchemy import create_engine, inspect
-
from meshbay_hub.db.models import Base
+from sqlalchemy import create_engine, inspect
HUB = Path(__file__).resolve().parents[1]