From 8087d3343ba3c1669b07ec4109003af4cbfb2c7e Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sat, 14 Oct 2023 15:06:16 +0300 Subject: [PATCH] fix: [#49] formatting --- src/bot_aiogram/tgbot/handlers/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot_aiogram/tgbot/handlers/voice.py b/src/bot_aiogram/tgbot/handlers/voice.py index f6c5742..9d07295 100644 --- a/src/bot_aiogram/tgbot/handlers/voice.py +++ b/src/bot_aiogram/tgbot/handlers/voice.py @@ -1,5 +1,5 @@ -import json import io +import json import typing import aiogram