diff --git a/aiogram/dispatcher/state.py b/aiogram/dispatcher/state.py index 14d73653..5bdd984c 100644 --- a/aiogram/dispatcher/state.py +++ b/aiogram/dispatcher/state.py @@ -1,6 +1,6 @@ import logging -from aiogram.dispatcher.handler import SkipHandler +from .handler import SkipHandler log = logging.getLogger('aiogram.StateMachine')