mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix imports
This commit is contained in:
parent
bbfbaae6f1
commit
27e409adc0
1 changed files with 2 additions and 1 deletions
|
|
@ -2,9 +2,10 @@ from abc import ABC, abstractmethod
|
|||
from contextlib import asynccontextmanager
|
||||
from typing import Any, AsyncGenerator, Dict, Literal, Optional, cast
|
||||
|
||||
from redis.asyncio.client import ExpiryT, Redis
|
||||
from redis.asyncio.client import Redis
|
||||
from redis.asyncio.connection import ConnectionPool
|
||||
from redis.asyncio.lock import Lock
|
||||
from redis.typing import ExpiryT
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.dispatcher.fsm.state import State
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue