Commit Graph

1 Commits

Author SHA1 Message Date
Michał Masłowski 45adbb9fbb Fix deep_iterable, deep_mapping validator type stubs (#533)
Use bound type variables for iterables and mappings of the validated item types, so mypy does not erroneously require both the iterable attribute validated by deep_iterable and the item type validated by the first argument of deep_iterable to have the same type. This fixes #531.
2019-05-27 07:28:27 -07:00