src/eric7/WebBrowser/Network/NetworkManager.py

branch
eric7
changeset 10069
435cc5875135
parent 9686
2eee7a645cba
child 10331
c1a2ff7e3575
diff -r 7febcdccb2a1 -r 435cc5875135 src/eric7/WebBrowser/Network/NetworkManager.py
--- a/src/eric7/WebBrowser/Network/NetworkManager.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/WebBrowser/Network/NetworkManager.py	Thu May 25 19:51:47 2023 +0200
@@ -358,7 +358,7 @@
         html = html.replace("@LI-2@", '<a href="{0}">{0}</a>'.format(url.toString()))
         page.setHtml(html, url)
 
-    def proxyAuthentication(self, requestUrl, auth, proxyHost):
+    def proxyAuthentication(self, requestUrl, auth, proxyHost):  # noqa: U100
         """
         Public slot to handle a proxy authentication request.
 

eric ide

mercurial