mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Disabled type check for motor library
This commit is contained in:
parent
d69e76307f
commit
dbfb87ddb2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
from contextlib import asynccontextmanager
|
||||
from typing import Any, AsyncGenerator, Dict, Optional
|
||||
|
||||
from motor.motor_asyncio import AsyncIOMotorClient
|
||||
from motor.motor_asyncio import AsyncIOMotorClient # type: ignore
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.dispatcher.fsm.state import State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue