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

lintfix

parent e3823233
No related branches found
No related tags found
1 merge request!3#18 MVP brukergrensesnitt - inline edit view
Pipeline #72219 passed
...@@ -28,6 +28,7 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta): ...@@ -28,6 +28,7 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta):
""" """
def set_pos(self, pos): def set_pos(self, pos):
"""Set position of widget."""
self.move(pos) self.move(pos)
def __init__(self): def __init__(self):
......
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