Removed pymongo dependency

This commit is contained in:
asimaranov 2021-12-16 17:44:29 +03:00
parent 265085c5cc
commit 36c7b9aca6

View file

@ -2,7 +2,6 @@ from contextlib import asynccontextmanager
from typing import Any, AsyncGenerator, Dict, Optional
try:
import pymongo
import motor
from motor.motor_asyncio import AsyncIOMotorClient, AsyncIOMotorDatabase
except ModuleNotFoundError as e: