From 936a23a30d52e8b88875a59a2148ca081f651122 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 29 Feb 2020 13:15:05 +0100 Subject: [PATCH] Remove unused code block --- ofx_processor/processors/bpvf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ofx_processor/processors/bpvf.py b/ofx_processor/processors/bpvf.py index 48867b9..271b3b4 100644 --- a/ofx_processor/processors/bpvf.py +++ b/ofx_processor/processors/bpvf.py @@ -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