mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Inherit from object according to Google Python Style Guide.
This commit is contained in:
@@ -262,7 +262,7 @@ class ResourceBody(jose.JSONObjectWithFields):
|
||||
"""ACME Resource Body."""
|
||||
|
||||
|
||||
class ExternalAccountBinding:
|
||||
class ExternalAccountBinding(object):
|
||||
"""ACME External Account Binding"""
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user