src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 10069
435cc5875135
parent 9851
ec12090e9cd9
child 10079
0222a480e93d
child 10084
125166c6b66c
--- a/src/eric7/PipInterface/PipPackagesWidget.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/PipInterface/PipPackagesWidget.py	Thu May 25 19:51:47 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