Fixed flake8 W and F errors
This commit is contained in:
+2
-2
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user