From ea8e2bf7642335f085fe3b91e86c54275d341865 Mon Sep 17 00:00:00 2001 From: latand Date: Sun, 25 Apr 2021 23:43:35 +0300 Subject: [PATCH] NOW NO DISPATCHER IMPORT IN HANDLERS --- handlers/errors/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/handlers/errors/__init__.py b/handlers/errors/__init__.py index 4a40b9b..96f9c99 100644 --- a/handlers/errors/__init__.py +++ b/handlers/errors/__init__.py @@ -1,3 +1 @@ -from .error_handler import dp - -__all__ = ["dp"] +from . import error_handler