From 0fbfa9bd1eb846437ac7f06ed2e8f2671ee20f75 Mon Sep 17 00:00:00 2001 From: mihalin Date: Fri, 11 Feb 2022 04:08:14 +0300 Subject: [PATCH] flake8 --- server/inlines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/inlines.py b/server/inlines.py index c6a0417..52e75eb 100644 --- a/server/inlines.py +++ b/server/inlines.py @@ -2,7 +2,7 @@ from aiocache import cached import hashlib from aiogram.types import InlineQuery, InputTextMessageContent, InlineQueryResultArticle -from olgram.models.models import Bot, DefaultAnswer +from olgram.models.models import Bot import typing as ty