src/eric7/WebBrowser/History/HistoryCompleter.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/WebBrowser/History/HistoryCompleter.py
--- a/src/eric7/WebBrowser/History/HistoryCompleter.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/WebBrowser/History/HistoryCompleter.py	Thu May 25 19:51:47 2023 +0200
@@ -52,7 +52,7 @@
 
         super().resizeEvent(evt)
 
-    def sizeHintForRow(self, row):
+    def sizeHintForRow(self, row):  # noqa: U100
         """
         Public method to give a size hint for rows.
 

eric ide

mercurial