From db65308d615b3c19317c03684d37b58e32c5e956 Mon Sep 17 00:00:00 2001 From: thomahl <thomahl@stud.ntnu.no> Date: Tue, 3 Mar 2020 14:01:03 +0100 Subject: [PATCH] lintfix --- soitool/modules/module_table.py | 1 + 1 file changed, 1 insertion(+) diff --git a/soitool/modules/module_table.py b/soitool/modules/module_table.py index 12f25cc..d252afe 100644 --- a/soitool/modules/module_table.py +++ b/soitool/modules/module_table.py @@ -28,6 +28,7 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta): """ def set_pos(self, pos): + """Set position of widget.""" self.move(pos) def __init__(self): -- GitLab