From fd6bdd79fbecc0cce8e42542bb5f725244f9ad53 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 1 Oct 2022 13:00:19 -0700 Subject: [PATCH] fix linting issue --- jrnl/output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/output.py b/jrnl/output.py index d512415a..98c665bb 100644 --- a/jrnl/output.py +++ b/jrnl/output.py @@ -2,7 +2,6 @@ # License: https://www.gnu.org/licenses/gpl-3.0.html import textwrap -from typing import Union from rich.console import Console from rich.text import Text