eric6/Tasks/TaskViewer.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8220
006ee31b4835
--- a/eric6/Tasks/TaskViewer.py	Sat Apr 10 18:31:17 2021 +0200
+++ b/eric6/Tasks/TaskViewer.py	Sat Apr 10 18:38:27 2021 +0200
@@ -50,7 +50,7 @@
         @param parent the parent (QWidget)
         @param project reference to the project object
         """
-        super(TaskViewer, self).__init__(parent)
+        super().__init__(parent)
         
         self.setSortingEnabled(True)
         self.setExpandsOnDoubleClick(False)
@@ -833,7 +833,7 @@
         
         @param parent reference to the parent object (QObject)
         """
-        super(ProjectTaskExtractionThread, self).__init__()
+        super().__init__()
         
         self.__lock = threading.Lock()
         self.__interrupt = False

eric ide

mercurial