Reformat code

This commit is contained in:
JRoot Junior 2024-11-17 23:01:23 +02:00
parent 624ba40ab0
commit c4e7bce5a4
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
128 changed files with 135 additions and 183 deletions

View file

@ -1,6 +1,6 @@
import datetime
from aiogram.methods import Request, SendDocument
from aiogram.methods import SendDocument
from aiogram.types import Chat, Document, Message
from tests.mocked_bot import MockedBot