removing entity models useless imports

This commit is contained in:
2023-02-09 19:06:50 +01:00
parent 6597f64e79
commit 045b8520c4

View File

@@ -1,10 +1,8 @@
from enum import Enum
from datetime import date, datetime
from typing import List, Literal, Optional
from pymongo import TEXT, IndexModel
from pydantic import Field, BaseModel, validator
from beanie import Document, Indexed
from beanie import Indexed
from ..core.models import CrudDocument