mypy: Fix new issues in misc.autoupdate
This commit is contained in:
parent
70f006a1b0
commit
7e29ac7cb7
|
|
@ -55,7 +55,7 @@ class PyPIVersionClient(QObject):
|
|||
self._client = httpclient.HTTPClient(self)
|
||||
else:
|
||||
self._client = client
|
||||
self._client.error.connect(self.error)
|
||||
self._client.error.connect(self.error) # type: ignore
|
||||
self._client.success.connect(self.on_client_success)
|
||||
|
||||
def get_version(self, package='qutebrowser'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue