TimeTracker/TimeTrackerEntryDialog.py

branch
eric7
changeset 115
859d59103f9f
parent 114
f58b64382e67
child 120
9ccde4517fca
--- a/TimeTracker/TimeTrackerEntryDialog.py	Sat Dec 23 15:48:55 2023 +0100
+++ b/TimeTracker/TimeTrackerEntryDialog.py	Sat Dec 23 19:35:14 2023 +0100
@@ -74,7 +74,7 @@
         )
 
     @pyqtSlot(QDateTime)
-    def on_startDateTimeEdit_dateTimeChanged(self, date):
+    def on_startDateTimeEdit_dateTimeChanged(self, date):  # noqa: U100
         """
         Private slot handling a change of the start date and time.
 
@@ -84,7 +84,7 @@
         self.__checkOk()
 
     @pyqtSlot(int)
-    def on_durationSpinBox_valueChanged(self, value):
+    def on_durationSpinBox_valueChanged(self, value):  # noqa: U100
         """
         Private slot handling a change of the duration.
 

eric ide

mercurial