Skip to content

Commit

Permalink
fixup! Add owner column to BankAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Apr 15, 2024
1 parent 59f6d65 commit 9ba9d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycroft/helpers/printing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class BankAccount(t.Protocol):
bank: t.Any
iban: t.Any
bic: t.Any
owner: t.Any


class Building(t.Protocol):
Expand Down

0 comments on commit 9ba9d24

Please sign in to comment.