remove directive with no parameters

This commit is contained in:
Jakub Miazek
2023-09-17 13:44:43 +02:00
parent d0372e4420
commit 92249e1b8b
3 changed files with 9 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ from sqlalchemy import (
select,
)
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy.orm import relationship, mapped_column, Mapped
from sqlalchemy.orm import relationship
from app.models.base import Base