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
+2 -1
View File
@@ -32,7 +32,8 @@ from PyQt5.QtWidgets import (
)
from novelwriter.config import Config
from novelwriter.dialogs import GuiPreferences, GuiQuoteSelect
from novelwriter.dialogs.quotes import GuiQuoteSelect
from novelwriter.dialogs.preferences import GuiPreferences
keyDelay = 2
typeDelay = 1