Fixed the documentation of the "ReportType.SEARCH" enum item.

This commit is contained in:
依瑪貓 2023-03-09 17:44:39 +08:00
parent 1fd50e23d9
commit 7c4102be44

View File

@ -35,4 +35,4 @@ class ReportType(Enum):
BALANCE_SHEET: str = "balance-sheet" BALANCE_SHEET: str = "balance-sheet"
"""The balance sheet.""" """The balance sheet."""
SEARCH: str = "search" SEARCH: str = "search"
"""The balance sheet.""" """The search."""