src/eric7/WebBrowser/Network/NetworkManager.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10806
2f6df822e3b9
--- a/src/eric7/WebBrowser/Network/NetworkManager.py	Tue Apr 16 15:47:11 2024 +0200
+++ b/src/eric7/WebBrowser/Network/NetworkManager.py	Sat Apr 20 18:01:36 2024 +0200
@@ -360,15 +360,15 @@
         html = html.replace("@LI-2@", '<a href="{0}">{0}</a>'.format(url.toString()))
         page.setHtml(html, url)
 
-    def proxyAuthentication(self, requestUrl, auth, proxyHost):  # noqa: U100
+    def proxyAuthentication(self, _requestUrl, auth, _proxyHost):
         """
         Public slot to handle a proxy authentication request.
 
-        @param requestUrl requested URL
+        @param _requestUrl requested URL (unused)
         @type QUrl
         @param auth reference to the authenticator object
         @type QAuthenticator
-        @param proxyHost name of the proxy host
+        @param _proxyHost name of the proxy host (unused)
         @type str
         """
         proxy = QNetworkProxy.applicationProxy()

eric ide

mercurial