🔧 chore(alembic): import sqlmodel module to satisfy linter and improve code readability
This commit is contained in:
parent
c9724d0fb4
commit
75319a4579
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue