Skip to content

Commit

Permalink
Generalize create_transactions signature to handle split transactions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sha-yol committed Dec 3, 2024
1 parent 6195e94 commit 0fdabab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategies/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class TransactionStrategy(ABC):
@abstractmethod
def create_transactions(self, exp: Expense, myshare: ExpenseUser, data: list[str]) -> list[dict]:
def create_transactions(self, exp: Expense, myshare: ExpenseUser, data: list[str]) -> list:
pass

0 comments on commit 0fdabab

Please sign in to comment.