removing entity models useless imports
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user