Skip to content

Commit

Permalink
Removed unused reference_types variable
Browse files Browse the repository at this point in the history
Thanks Patrik Zwahlen for noticing it.
  • Loading branch information
claudep committed Dec 1, 2022
1 parent ee87370 commit 79bf6c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qrbill/bill.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ class QRBill:
version = '0200'
coding = 1 # Latin character set
allowed_currencies = ('CHF', 'EUR')
# QR reference, Creditor Reference (ISO 11649), without reference
reference_types = ('QRR', 'SCOR', 'NON')
font_family = 'Arial,Helvetica'

def __init__(
Expand Down

0 comments on commit 79bf6c0

Please sign in to comment.