Reformat code

This commit is contained in:
Alex Root Junior 2023-08-26 22:34:30 +03:00
parent ee8e457c5f
commit 2cf224da49
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 14 additions and 6 deletions

View file

@ -3,7 +3,12 @@ import html
import logging
from aiogram import Bot, Dispatcher, types
from aiogram.filters import Command, CommandObject, ExceptionMessageFilter, ExceptionTypeFilter
from aiogram.filters import (
Command,
CommandObject,
ExceptionMessageFilter,
ExceptionTypeFilter,
)
from aiogram.types import ErrorEvent
TOKEN = "42:TOKEN"