Skip to content
Snippets Groups Projects
Commit 3bdb01e3 authored by morkolai's avatar morkolai
Browse files

#96 Linting

parent 7a8e807d
No related branches found
No related tags found
1 merge request!57#96 Telefonliste & Fiks til høyde på tabeller (rundt oppløsning)
Pipeline #83646 passed
"""SOI module for functions and associated contact informations."""
from PySide2.QtWidgets import (
QWidget,
QDialog,
......@@ -21,7 +23,7 @@ from soitool.modules.module_base import (
class ColumnsChoicePopup(QDialog):
"""A popup for selecting wich columns to hide/show in phonebook.
Parameters
----------
QDialog : QDialog
......
......@@ -11,10 +11,7 @@ from PySide2.QtWidgets import (
QTableWidgetItem,
)
from soitool.soi import SOI
from soitool.modules.module_phonebook import (
PhonebookModule,
ColumnsChoicePopup,
)
from soitool.modules.module_phonebook import PhonebookModule
if isinstance(qApp, type(None)):
......
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