From d863d217a0c68a1fc9f1315f4de4651582c5cd7a Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 12 Mar 2022 14:59:11 -0800 Subject: [PATCH] clean up linting issue --- jrnl/output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/output.py b/jrnl/output.py index dc38b255..f31a02e2 100644 --- a/jrnl/output.py +++ b/jrnl/output.py @@ -1,7 +1,6 @@ # Copyright (C) 2012-2021 jrnl contributors # License: https://www.gnu.org/licenses/gpl-3.0.html -from enum import Enum import logging import sys import textwrap