Fixed flake8 W and F errors

This commit is contained in:
Veronica K. B. Olsen
2020-08-12 21:41:37 +02:00
parent 72cb1ed60f
commit 00f0a6887c
22 changed files with 41 additions and 72 deletions
+2 -2
View File
@@ -239,12 +239,12 @@ def main(sysArgs=None):
)
try:
import PyQt5.QtSvg
import PyQt5.QtSvg # noqa: F401
except ImportError:
errorData.append("Python module 'PyQt5.QtSvg' is missing.")
try:
import lxml
import lxml # noqa: F401
except ImportError:
errorData.append("Python module 'lxml' is missing.")