src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 9940
a57c188857e9
parent 10069
435cc5875135
child 10101
34f74c19ed7a
--- a/src/eric7/PipInterface/PipPackagesWidget.py	Tue May 02 10:20:23 2023 +0200
+++ b/src/eric7/PipInterface/PipPackagesWidget.py	Sat May 27 19:02:58 2023 +0200
@@ -130,7 +130,7 @@
             attributeName = self.__activeClass.replace(self.ClassPrefix, "")
             self.__results[-1][attributeName] = data
 
-    def handle_endtag(self, tag):
+    def handle_endtag(self, tag):  # noqa: U100
         """
         Public method to process the end tag.
 

eric ide

mercurial