mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +02:00
Stop inheriting from object. It's unneeded on Python 3+. (#8675)
This commit is contained in:
@@ -85,7 +85,7 @@ class Authenticator(dns_common.DNSAuthenticator):
|
||||
return _CloudflareClient(self.credentials.conf('email'), self.credentials.conf('api-key'))
|
||||
|
||||
|
||||
class _CloudflareClient(object):
|
||||
class _CloudflareClient:
|
||||
"""
|
||||
Encapsulates all communication with the Cloudflare API.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user