refactor: remove redundant import

This commit is contained in:
Oleg A 2021-08-02 19:02:03 +03:00
parent 47baf9928a
commit e928a38f7e

View file

@ -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