Inherit from object according to Google Python Style Guide.

This commit is contained in:
Robert Kästel
2018-10-31 13:18:31 +01:00
parent 622991f988
commit ea75f80881
+1 -1
View File
@@ -262,7 +262,7 @@ class ResourceBody(jose.JSONObjectWithFields):
"""ACME Resource Body."""
class ExternalAccountBinding:
class ExternalAccountBinding(object):
"""ACME External Account Binding"""
@classmethod