Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Jäger committed Jul 12, 2023
1 parent 7b45322 commit fb259f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxstatement/plugins/iso20022.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _parse_statement_properties(self, tree: ET.ElementTree) -> None:
ibanfind = stmt.find(
"./s:Ntry/s:NtryDtls/s:TxDtls/s:RltdPties/s:CdtrAcct/s:Id/s:IBAN",
self.xmlns,
) # checked
)
# assert iban is not None

acctCurrency = ccy.text if ccy is not None else None
Expand Down

0 comments on commit fb259f6

Please sign in to comment.