Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jan 4, 2024
1 parent 81fc523 commit 0686b37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/repositories/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from sqlalchemy import (
Column,
Date,
DateTime,
ForeignKey,
Integer,
SmallInteger,
Expand All @@ -20,7 +19,6 @@
from sqlalchemy.exc import NoResultFound
from sqlalchemy.ext.asyncio.session import AsyncSession
from sqlalchemy.orm import Mapped, mapped_column, relationship, selectinload
from sqlalchemy.sql import func

from app.configs import settings
from app.repositories.base import Base, ModelDoesNotExist
Expand Down

0 comments on commit 0686b37

Please sign in to comment.