Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Jun 17, 2024
1 parent 9bcdb61 commit 2fe0e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scabha/schema_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def clickify_parameters(schemas: Union[str, Dict[str, Any]],
_validate_list(value, element_type=_type, schema=schema)
elif policies.repeat is not None: # assume XrepY syntax
dtype = str
print(elem_type)
validator = lambda ctx, param, value, etype=dtype, schema=schema, _type=elem_type: \
_validate_list(value, element_type=_type, schema=schema,
sep=policies.repeat, brackets=False)
Expand Down

0 comments on commit 2fe0e79

Please sign in to comment.