style: reformat imports, whitespace and line breaks across project

This commit is contained in:
2026-07-30 16:18:15 +05:00
parent c3ad9a9918
commit ecc006287b
13 changed files with 118 additions and 101 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ router = Router(name=__name__)
class MessageNotModifiedHandler(ErrorHandler):
async def handle(self):
if "message is not modified" in self.exception_message.lower():
bot_logger.debug("Telegram отклонил повторное редактирование сообщения без изменений")
bot_logger.debug(
"Telegram отклонил повторное редактирование сообщения без изменений"
)
return True
raise self.event