Skip to content

Commit

Permalink
Delete extraneous line
Browse files Browse the repository at this point in the history
Delete extraneous empty line so that Black won't throw an error.
  • Loading branch information
jaik03 committed Jan 2, 2024
1 parent 5e264b5 commit 6fa37fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ofxstatement/ofx.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def buildInvestTransactionList(self) -> None:
tb = self.tb
tb.start("SECLISTMSGSRSV1", {})
tb.start("SECLIST", {})


# get unqiue tickers
for security_id in dict.fromkeys(
Expand Down

0 comments on commit 6fa37fe

Please sign in to comment.