Removing unused imports

This commit is contained in:
2023-03-14 19:09:49 +01:00
parent 7dbe4a1716
commit 6b49b688ac

View File

@@ -1,5 +1,5 @@
import uuid import uuid
from typing import Any, Dict, Generic, Optional from typing import Any
from bson import ObjectId from bson import ObjectId
from fastapi import Depends from fastapi import Depends