Fix doc example

This commit is contained in:
Vincent Maillol 2021-10-01 08:51:50 +02:00
parent f5f3a48ba4
commit 3648dde1ea

View File

@ -324,6 +324,8 @@ If your method has lot of parameters you can group them together inside one or s
.. code-block:: python3
from aiohttp_pydantic.injectors import Group
class Pagination(Group):
page_num: int = 1
page_size: int = 15