Update pyproject.toml and models.base for improved re-export

This commit is contained in:
2025-11-10 12:31:45 +01:00
parent 2532d1ac3c
commit e9f787040a
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ from datetime import UTC, datetime
from sqlalchemy import Column, DateTime
from sqlalchemy.dialects.postgresql import UUID
# noinspection PyUnresolvedReferences
from app.core.database import Base