Remove unused code block
This commit is contained in:
parent
3a45f0a510
commit
936a23a30d
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ class BpvfProcessor(Processor):
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
ofx = parser.convert()
|
ofx = parser.convert()
|
||||||
|
|
||||||
if ofx is None:
|
|
||||||
click.secho("Couldn't convert ofx file", fg="red")
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
return ofx.statements[0].transactions
|
return ofx.statements[0].transactions
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Loading…
Reference in a new issue