🔧 chore(alembic): import sqlmodel module to satisfy linter and improve code readability

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-04 15:44:29 -03:00
commit 75319a4579

View file

@ -9,7 +9,7 @@ from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
import sqlmodel # noqa: F401
# revision identifiers, used by Alembic.
revision: str = "eb5866d51fd2"