Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Sequence for default_validators (#680)
while the literal in code is an empty list, it is only used as an iterable (in `get_validators`) relaxing to sequence makes it easier to use a list literal in subclasses which have a homogeneous list (without needing an explicit annotation)
- Loading branch information