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
|
|
@ -10,7 +10,7 @@ from models.listing import (
|
|||
RentListing,
|
||||
)
|
||||
from sqlalchemy import Engine
|
||||
from sqlmodel import Sequence, Session, and_, col, select
|
||||
from sqlmodel import Session, select
|
||||
from sqlmodel.sql.expression import SelectOfScalar
|
||||
from tqdm import tqdm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue