From 692a979efe8b4d8720478b68d3483e2a21ac90da Mon Sep 17 00:00:00 2001 From: Suhas Date: Thu, 21 Jan 2021 22:47:46 -0500 Subject: [PATCH] clean up unused import --- jrnl/args.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/args.py b/jrnl/args.py index 761007a3..61ffb4b2 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -2,7 +2,6 @@ # License: https://www.gnu.org/licenses/gpl-3.0.html import argparse -from jrnl import config import re import textwrap import json