Remove unused code block

This commit is contained in:
Gabriel Augendre 2020-02-29 13:15:05 +01:00
parent 3a45f0a510
commit 936a23a30d
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -54,11 +54,6 @@ class BpvfProcessor(Processor):
sys.exit(1)
ofx = parser.convert()
if ofx is None:
click.secho("Couldn't convert ofx file", fg="red")
sys.exit(1)
return ofx.statements[0].transactions
@staticmethod