mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Remove remnants of fdec2/fenc2
This commit is contained in:
parent
615b2c789d
commit
0374ae0a74
1 changed files with 1 additions and 2 deletions
|
|
@ -42,8 +42,7 @@ class Field(object):
|
|||
deserializing.
|
||||
|
||||
"""
|
||||
__slots__ = ('json_name', 'default', 'omitempty',
|
||||
'fdec', 'fenc', 'fdec2', 'fenc2')
|
||||
__slots__ = ('json_name', 'default', 'omitempty', 'fdec', 'fenc')
|
||||
|
||||
def __init__(self, json_name, default=None, omitempty=False,
|
||||
decoder=None, encoder=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue