config: Formatting
This commit is contained in:
parent
2a2d725804
commit
14ee030dad
@ -54,7 +54,8 @@ class ConfigSchema(collections.OrderedDict):
|
|||||||
def deserialize(self, values):
|
def deserialize(self, values):
|
||||||
"""Validates the given ``values`` using the config schema.
|
"""Validates the given ``values`` using the config schema.
|
||||||
|
|
||||||
Returns a tuple with cleaned values and errors."""
|
Returns a tuple with cleaned values and errors.
|
||||||
|
"""
|
||||||
errors = {}
|
errors = {}
|
||||||
result = {}
|
result = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user