From 8bf1da1c74140c3921d8dd6cff99880b25f7d620 Mon Sep 17 00:00:00 2001 From: Suhas Date: Sat, 10 Apr 2021 14:48:16 -0400 Subject: [PATCH] delete else..pass block --- jrnl/plugins/fancy_exporter.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jrnl/plugins/fancy_exporter.py b/jrnl/plugins/fancy_exporter.py index aae51f46..15efc19b 100644 --- a/jrnl/plugins/fancy_exporter.py +++ b/jrnl/plugins/fancy_exporter.py @@ -91,5 +91,3 @@ def check_provided_linewrap_viability(linewrap, card, journal): columns=width_violation, journal=journal, ) - else: - pass