Closed sg495 closed 9 months ago
Attempting to run:
validate(1, {})
Results in an unexpected TypeError:
TypeError
> if t in _basic_types: E TypeError: unhashable type: 'dict'
To fix, must check that t is hashable at the top of validate.
t
validate
Attempting to run:
Results in an unexpected
TypeError
:To fix, must check that
t
is hashable at the top ofvalidate
.