Used ruff to cleanup
I hope it just works right as I cannot test things if they work
This commit is contained in:
parent
8d11e4a81c
commit
b1e0a414cf
12 changed files with 6 additions and 33 deletions
|
|
@ -1,12 +1,8 @@
|
|||
from logging.config import fileConfig
|
||||
|
||||
from sqlalchemy import engine_from_config
|
||||
from sqlalchemy import pool
|
||||
|
||||
from alembic import context
|
||||
from models import Listing, User # Import all models here
|
||||
from database import engine
|
||||
import sqlmodel
|
||||
from sqlmodel import SQLModel
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Create Date: 2025-06-30 22:54:11.706618
|
|||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue