You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the errors raised in type_cast_value should be in __init__ instead. The composite error should be removed from type_cast_value, it makes no sense at runtime. Both places that value is iterated in type_cast_value should raise a BadParameter error instead of TypeError.
Both the errors raised in
type_cast_value
should be in__init__
instead. The composite error should be removed fromtype_cast_value
, it makes no sense at runtime. Both places thatvalue
is iterated intype_cast_value
should raise aBadParameter
error instead ofTypeError
.Originally posted by @davidism in #1805 (comment)
The text was updated successfully, but these errors were encountered: