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

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