Skip to content

Commit

Permalink
chore: rename _parse_upload_balance_history_session to _initiate_uplo…
Browse files Browse the repository at this point in the history
…ad_balance_history_session
  • Loading branch information
CalvinChanCan committed Mar 9, 2024
1 parent 76d25b2 commit e7acd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monarchmoney/monarchmoney.py
Original file line number Diff line number Diff line change
Expand Up @@ -2434,7 +2434,7 @@ async def upload_account_balance_history(

session_key = upload_response["session_key"]

parse_response = await self._parse_upload_balance_history_session(
parse_response = await self._initiate_upload_balance_history_session(
session_key=session_key
)

Expand All @@ -2455,7 +2455,7 @@ async def upload_account_balance_history(

return is_completed

async def _parse_upload_balance_history_session(self, session_key: str) -> dict:
async def _initiate_upload_balance_history_session(self, session_key: str) -> dict:
"""
Triggers parsing of the uploaded balance history CSV file.
Expand Down

0 comments on commit e7acd66

Please sign in to comment.