From abfe7ee7ff6fee9c9e2e8b470c5830069d78ccbc Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:57:33 +0200 Subject: [PATCH] Clean up a few minor things --- novelwriter/config.py | 1 - novelwriter/constants.py | 1 - 2 files changed, 2 deletions(-) diff --git a/novelwriter/config.py b/novelwriter/config.py index f7a94c1b..6bb94e52 100644 --- a/novelwriter/config.py +++ b/novelwriter/config.py @@ -4,7 +4,6 @@ novelWriter – Config Class File History: Created: 2018-09-22 [0.0.1] Config -Created: 2023-08-07 [2.1b2] NWGlobal This file is a part of novelWriter Copyright 2018–2023, Veronica Berglyd Olsen diff --git a/novelwriter/constants.py b/novelwriter/constants.py index c3abf581..f74ce319 100644 --- a/novelwriter/constants.py +++ b/novelwriter/constants.py @@ -23,7 +23,6 @@ along with this program. If not, see . """ from __future__ import annotations - from PyQt5.QtCore import QCoreApplication, QT_TRANSLATE_NOOP from novelwriter.enum import nwAlert, nwBuildFmt, nwItemClass, nwItemLayout, nwOutline