From eb5a98f4822426edc77e36e3d73141414c68dd18 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:45:37 +0100 Subject: [PATCH] Sort imports --- novelwriter/gui/doceditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index ceb59dfd..4d2e4556 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -51,10 +51,10 @@ from PyQt5.QtWidgets import ( ) from novelwriter import CONFIG, SHARED -from novelwriter.core.item import NWItem from novelwriter.enum import nwDocAction, nwDocInsert, nwDocMode, nwItemClass, nwTrinary from novelwriter.common import minmax, transferCase from novelwriter.constants import nwKeyWords, nwLabels, nwUnicode, trConst +from novelwriter.core.item import NWItem from novelwriter.core.index import countWords from novelwriter.core.document import NWDocument from novelwriter.gui.dochighlight import GuiDocHighlighter