Use enums, removed Helper

This commit is contained in:
Alex Root Junior 2022-11-22 23:08:36 +02:00
parent 024f1e028b
commit 0fd984e016
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
23 changed files with 53 additions and 533 deletions

View file

@ -1,7 +1,7 @@
import pytest
from aiogram.enums import ChatAction
from aiogram.methods import Request, SendChatAction
from aiogram.types import ChatAction
from tests.mocked_bot import MockedBot
pytestmark = pytest.mark.asyncio