Removed excess property documentation from the Journal and Search classes.

This commit is contained in:
依瑪貓 2023-03-08 18:07:16 +08:00
parent 987e98ebc0
commit d74c62dbb7
2 changed files with 0 additions and 2 deletions

View File

@ -181,7 +181,6 @@ class Journal(BaseReport):
:param period: The period.
"""
"""The account."""
self.__period: Period = period
"""The period."""
self.__entries: list[ReportEntry] = self.__query_entries()

View File

@ -173,7 +173,6 @@ class Search(BaseReport):
def __init__(self):
"""Constructs a search."""
"""The account."""
self.__entries: list[ReportEntry] = EntryCollector().entries
"""The journal entries."""