mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Removed pymongo dependency
This commit is contained in:
parent
265085c5cc
commit
36c7b9aca6
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue