eric6/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
diff -r adf11836cfce -r d359172d11be eric6/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py
--- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py	Fri Apr 09 18:13:36 2021 +0200
+++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py	Fri Apr 09 18:38:01 2021 +0200
@@ -8,7 +8,7 @@
 """
 
 
-class ThreatList(object):
+class ThreatList:
     """
     Class implementing the threat list info.
     """
@@ -60,7 +60,7 @@
         return '/'.join(self.asTuple())
 
 
-class HashPrefixList(object):
+class HashPrefixList:
     """
     Class implementing a container for threat list data.
     """

eric ide

mercurial