From b9e85e8706c84190ce99e906084fe889e70d9113 Mon Sep 17 00:00:00 2001 From: Good-Helper <79809755+Good-Helper@users.noreply.github.com> Date: Tue, 27 Apr 2021 23:43:27 +0300 Subject: [PATCH] Update __init__.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Поменял импорты местами --- handlers/users/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/users/__init__.py b/handlers/users/__init__.py index f6911ce..34bd645 100644 --- a/handlers/users/__init__.py +++ b/handlers/users/__init__.py @@ -1,3 +1,3 @@ from . import help -from . import echo from . import start +from . import echo