Skip to content

Commit

Permalink
Update basic_transaction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Aug 22, 2024
1 parent 471f6f0 commit 44f091c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generator/basic_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,7 @@ def _create_transaction(self, account, new_date, income=True):

# "name": "transaction_description",
# "description": "Transaction description (note: empty value is valid)",
# TODO: generate description for outgoing paymants also
model["transaction_description"] = self._transaction_description(income)
# probability_empty=0.25
# self.apply_none_value(model, 'transaction_description', "",lower_probability=0.2)

# "name": "transaction_date",
# "description": "Transaction date",
Expand Down

0 comments on commit 44f091c

Please sign in to comment.