src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 10683
779cda568acb
parent 10620
699b5ceb39aa
child 10690
fab36645aa7d
diff -r 47be220abdaf -r 779cda568acb src/eric7/PipInterface/PipPackagesWidget.py
--- a/src/eric7/PipInterface/PipPackagesWidget.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/PipInterface/PipPackagesWidget.py	Sat Apr 20 18:01:36 2024 +0200
@@ -131,11 +131,11 @@
             attributeName = self.__activeClass.replace(self.ClassPrefix, "")
             self.__results[-1][attributeName] = data
 
-    def handle_endtag(self, tag):  # noqa: U100
+    def handle_endtag(self, _tag):
         """
         Public method to process the end tag.
 
-        @param tag tag name (all lowercase)
+        @param _tag tag name (all lowercase) (unused)
         @type str
         """
         self.__activeClass = None

eric ide

mercurial