typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
454 stars 118 forks source link

use Sequence for default_validators #680

Closed asottile closed 1 month ago

asottile commented 1 month ago

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)