fix import teal in migration

This commit is contained in:
Cayo Puigdefabregas 2023-04-19 11:30:12 +02:00
parent dcae036271
commit ce7693dd9b
1 changed files with 2 additions and 1 deletions

View File

@ -7,10 +7,11 @@ Create Date: 2023-03-31 10:46:02.463007
"""
import citext
import sqlalchemy as sa
import teal
from alembic import context, op
from sqlalchemy.dialects import postgresql
from ereuse_devicehub import teal
# revision identifiers, used by Alembic.
revision = 'ac476b60d952'
down_revision = '4f33137586dd'