Skip to content

Commit

Permalink
lint..
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 2, 2024
1 parent 98ec6e8 commit 6cc1d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oldabe/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ def amount_remaining(self):
return self.amount - self.amount_paid


# These are not recorded (yet?), they just represent an intention to record a payment
# These are not recorded (yet?), they just represent an intention
# to record a payment
@dataclass
class DebtPayment:
debt: Debt
Expand Down

0 comments on commit 6cc1d95

Please sign in to comment.