Rename handler -> handlers

This commit is contained in:
Alex Root Junior 2022-08-07 16:47:04 +03:00
parent 01e5b3e456
commit c923942c96
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
25 changed files with 23 additions and 24 deletions

View file

@ -2,7 +2,7 @@ from typing import Any
import pytest
from aiogram.handler import CallbackQueryHandler
from aiogram.handlers import CallbackQueryHandler
from aiogram.types import CallbackQuery, User
pytestmark = pytest.mark.asyncio