chore: type info

(cherry picked from commit 6628632fbb)
This commit is contained in:
ruthra kumar
2023-07-25 10:30:08 +05:30
committed by Mergify
parent d9219dc7d2
commit a9faa92796

View File

@@ -962,7 +962,7 @@ class AccountsController(TransactionBase):
d.exchange_gain_loss = difference
def make_exchange_gain_loss_journal(self, args=None) -> None:
def make_exchange_gain_loss_journal(self, args: dict = None) -> None:
"""
Make Exchange Gain/Loss journal for Invoices and Payments
"""