Remove unnecessary inheritance on Python 3
This commit is contained in:
parent
0cc7f845e6
commit
662859c133
@ -126,7 +126,7 @@ class _PACContext(QObject):
|
||||
return QHostAddress(QHostAddress.LocalHost).toString()
|
||||
|
||||
|
||||
class PACResolver(object):
|
||||
class PACResolver:
|
||||
|
||||
"""Evaluate PAC script files and resolve proxies."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user