mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Remove obsolete comment.
This commit is contained in:
@@ -31,8 +31,6 @@ class Resource(jose.Field):
|
||||
def __init__(self, resource_type, *args, **kwargs):
|
||||
self.resource_type = resource_type
|
||||
super(Resource, self).__init__(
|
||||
# TODO: omitempty used only to trick
|
||||
# JSONObjectWithFieldsMeta._defaults..., server implementation
|
||||
'resource', default=resource_type, *args, **kwargs)
|
||||
|
||||
def decode(self, value):
|
||||
|
||||
Reference in New Issue
Block a user