Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dnbasta committed May 2, 2024
1 parent 036aebe commit fdc697d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ynabsplitbudget/ynabsplitbudget.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def push(self, since: date = None) -> List[ComplementTransaction]:
last 30 days.
:param since: If set to date, will push transactions from that date onwards instead of default 30 days
:return: List of inserted transactions in partner split account
"""
since = self._substitute_default_since(since)
repo = SyncRepository(user=self.user, partner=self.partner)
Expand Down

0 comments on commit fdc697d

Please sign in to comment.