diff -r adf11836cfce -r d359172d11be eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py --- a/eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/WebBrowser/SafeBrowsing/SafeBrowsingUrl.py Fri Apr 09 18:38:01 2021 +0200 @@ -17,7 +17,7 @@ import Preferences -class SafeBrowsingUrl(object): +class SafeBrowsingUrl: """ Class implementing an URL representation suitable for Google Safe Browsing. """