From 12680527c56a121842a59bedcbf1787a68d6d701 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 13 Aug 2022 14:43:03 -0700 Subject: [PATCH] update imports to appease isort --- jrnl/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jrnl/commands.py b/jrnl/commands.py index ce68a9ad..a96a2956 100644 --- a/jrnl/commands.py +++ b/jrnl/commands.py @@ -38,6 +38,7 @@ def preconfig_diagnostic(_): def preconfig_version(_): import textwrap + from jrnl import __title__ from jrnl import __version__