From 669292f80b72c9219cadeee93b30554e3256aafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=ADITQ?= Date: Tue, 19 Mar 2024 15:39:06 +0300 Subject: [PATCH] fix: Small fix in flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index b891440..c899d54 100644 --- a/.flake8 +++ b/.flake8 @@ -7,4 +7,4 @@ exclude = import-order-style=google inline-quotes = double max-line-lenght = 79 -application_import_names = bot +application_import_names = app