From f7f954ecd3d6958b7daf22b225ba42fa7146e86f Mon Sep 17 00:00:00 2001 From: StNicolay Date: Wed, 9 Nov 2022 18:52:59 +0300 Subject: [PATCH] Sorted imports --- src/bot/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/handlers.py b/src/bot/handlers.py index 71cda91..f03a352 100644 --- a/src/bot/handlers.py +++ b/src/bot/handlers.py @@ -9,10 +9,10 @@ from .. import cryptography, database from .utils import ( accounts_to_json, base_handler, + check_account, check_account_name, check_login, check_passwd, - check_account, get_all_accounts, json_to_accounts, send_tmp_message,