ProjectDjango/DjangoSquashMigrationSelectionDialog.py

branch
eric7
changeset 204
ef2a6680ad2a
parent 199
5dfb03b8ee4c
--- a/ProjectDjango/DjangoSquashMigrationSelectionDialog.py	Sat Dec 28 16:01:22 2024 +0100
+++ b/ProjectDjango/DjangoSquashMigrationSelectionDialog.py	Sun Mar 30 15:23:32 2025 +0200
@@ -84,7 +84,7 @@
         self.__updateOkButton()
 
     @pyqtSlot(str)
-    def on_endMigrationComboBox_currentTextChanged(self, migration):  # noqa: U100
+    def on_endMigrationComboBox_currentTextChanged(self, migration):  # noqa: U-100
         """
         Private slot handling the selection of a migration.
 

eric ide

mercurial