mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
refactor: remove redundant import
This commit is contained in:
parent
47baf9928a
commit
e928a38f7e
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ This module has redis storage for finite-state machine based on `aioredis <https
|
|||
"""
|
||||
|
||||
import asyncio
|
||||
import inspect
|
||||
import logging
|
||||
import typing
|
||||
from abc import ABC, abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue