diff --git a/tests/test_core/test_core_index.py b/tests/test_core/test_core_index.py index 7811f5e6..eb9144ed 100644 --- a/tests/test_core/test_core_index.py +++ b/tests/test_core/test_core_index.py @@ -25,13 +25,13 @@ import pytest from shutil import copyfile -from mocked import causeException -from novelwriter import SHARED -from novelwriter.core.item import NWItem from tools import C, buildTestProject, cmpFiles, writeFile +from mocked import causeException +from novelwriter import SHARED from novelwriter.enum import nwComment, nwItemClass, nwItemLayout from novelwriter.constants import nwFiles +from novelwriter.core.item import NWItem from novelwriter.core.index import IndexItem, NWIndex, countWords, TagsIndex, processComment from novelwriter.core.project import NWProject