From e928a38f7ee1cf53edddbc29608b128b6c0319ea Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 2 Aug 2021 19:02:03 +0300 Subject: [PATCH] refactor: remove redundant import --- aiogram/contrib/fsm_storage/redis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiogram/contrib/fsm_storage/redis.py b/aiogram/contrib/fsm_storage/redis.py index 7e98d210..c5ccddda 100644 --- a/aiogram/contrib/fsm_storage/redis.py +++ b/aiogram/contrib/fsm_storage/redis.py @@ -3,7 +3,6 @@ This module has redis storage for finite-state machine based on `aioredis