Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
keithasaurus committed Dec 24, 2023
1 parent baa1162 commit e585bf4
Show file tree
Hide file tree
Showing 4 changed files with 969 additions and 1,021 deletions.
2 changes: 1 addition & 1 deletion koda_validate/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class TypeErr:
KeyErrs,
MapErr,
MissingKeyErr,
PredicateErrs,
PredicateErrs[Any],
SetErrs,
TypeErr,
ValidationErrBase,
Expand Down
2 changes: 1 addition & 1 deletion koda_validate/union.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def typed(
]
if v
]
return UnionValidator(validator_1, *validators) # type: ignore
return UnionValidator(validator_1, *validators)

@staticmethod
def untyped(
Expand Down
Loading

0 comments on commit e585bf4

Please sign in to comment.