Removed an excess blank line from the "accounting.utils.pagination" module.

This commit is contained in:
依瑪貓 2023-02-04 12:57:38 +08:00
parent 4d870f1dcc
commit 7fe2bb6135

View File

@ -62,7 +62,6 @@ class Redirection(RequestRedirect):
DEFAULT_PAGE_SIZE: int = 10
"""The default page size."""
T = t.TypeVar("T")