mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove unused import in conftest.py
This commit is contained in:
parent
9bfc04b580
commit
871262c6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from aiogram.fsm.storage.memory import (
|
|||
SimpleEventIsolation,
|
||||
)
|
||||
from aiogram.fsm.storage.mongo import MongoStorage
|
||||
from aiogram.fsm.storage.redis import RedisEventIsolation, RedisStorage
|
||||
from aiogram.fsm.storage.redis import RedisStorage
|
||||
from tests.mocked_bot import MockedBot
|
||||
|
||||
DATA_DIR = Path(__file__).parent / "data"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue