Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
style: Fixes typing
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 27, 2023
1 parent b1391ac commit f1c20e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
# All rights reserved.
# Copying and/or distributing is strictly prohibited without the express permission of its copyright owner.

from sqlalchemy.ext.asyncio.engine import AsyncEngine
from sqlalchemy.orm import sessionmaker
from sqlmodel import SQLModel, create_engine, select
from sqlmodel.ext.asyncio.session import AsyncEngine, AsyncSession
from sqlmodel.ext.asyncio.session import AsyncSession

from app.core.config import settings
from app.core.security import hash_password
Expand Down

0 comments on commit f1c20e0

Please sign in to comment.