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 May 4, 2024
1 parent 92ea231 commit 83c69f7
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 83c69f7

Please sign in to comment.