Removed excess property documentation from the Journal and Search classes.
This commit is contained in:
parent
987e98ebc0
commit
d74c62dbb7
@ -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()
|
||||
|
@ -173,7 +173,6 @@ class Search(BaseReport):
|
||||
|
||||
def __init__(self):
|
||||
"""Constructs a search."""
|
||||
"""The account."""
|
||||
self.__entries: list[ReportEntry] = EntryCollector().entries
|
||||
"""The journal entries."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user