Skip to content
Snippets Groups Projects
Commit a7c0cfe6 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

#119 lint fiks

parent aab5375f
No related branches found
No related tags found
1 merge request!66#119 Støtte utskrift av flere eksemplarer
Pipeline #81021 failed
......@@ -3,11 +3,16 @@
import unittest
from PySide2 import QtGui
from PySide2.QtGui import QIcon
from PySide2.QtWidgets import QApplication, QDialog
from PySide2.QtWidgets import QApplication
from PySide2.QtCore import QTimer, Qt
from PySide2.QtTest import QTest
from soitool.new_module_dialog import NewModuleDialog
from soitool.modules.module_base import ModuleBase
# The error being ignored here is pylint telling us that 'test' is a standard
# module, so the import should be placed further up. In our case we have an
# actual custom module called 'test', so pylint is confused.
# pylint: disable=C0411
from test.test_pdf_export_options_dialog import dialog_code_test_helper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment