core: make user settings use vertical tabs

This commit is contained in:
Jens Langhammer
2021-03-03 09:28:12 +01:00
parent 3cb0575a1e
commit 28cd08bbba
3 changed files with 11 additions and 3 deletions

View File

@ -61,7 +61,8 @@ class PaginationInspector(PaginatorInspector):
"""
Get the pagination parameters for a single paginator **instance**.
Should return :data:`.NotHandled` if this inspector does not know how to handle the given `paginator`.
Should return :data:`.NotHandled` if this inspector
does not know how to handle the given `paginator`.
:param BasePagination paginator: the paginator
:rtype: list[openapi.Parameter]