Make all imports in tests explicit

This commit is contained in:
Veronica Berglyd Olsen
2022-10-14 19:25:21 +02:00
parent 91961111d8
commit 5aa5640baa
26 changed files with 45 additions and 29 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ from PyQt5.QtWidgets import qApp, QAction, QMessageBox
from mock import causeException
from novelwriter.enum import nwDocAction
from novelwriter.core import ToHtml
from novelwriter.core.tohtml import ToHtml
keyDelay = 2
typeDelay = 1