Sort imports

This commit is contained in:
Veronica Berglyd Olsen
2024-01-28 15:29:05 +01:00
parent 0e41a48ad1
commit 116409bb8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,11 +34,11 @@ from pathlib import Path
from functools import partial
from PyQt5.QtCore import QCoreApplication, QRegularExpression
from novelwriter.core.index import processComment
from novelwriter.enum import nwComment, nwItemLayout
from novelwriter.common import formatTimeStamp, numberToRoman, checkInt
from novelwriter.constants import nwHeadFmt, nwRegEx, nwShortcode, nwUnicode
from novelwriter.core.index import processComment
from novelwriter.core.project import NWProject
logger = logging.getLogger(__name__)
+1 -1
View File
@@ -25,11 +25,11 @@ import zipfile
import xml.etree.ElementTree as ET
from shutil import copyfile
from novelwriter.constants import nwHeadFmt
from tools import ODT_IGNORE, cmpFiles
from novelwriter.common import xmlIndent
from novelwriter.constants import nwHeadFmt
from novelwriter.core.toodt import ToOdt, ODTParagraphStyle, ODTTextStyle, XMLParagraph, _mkTag
from novelwriter.core.project import NWProject