Incorrect Type Hint for ModelSerializer class instance
attribute
#718
Labels
bug
Something isn't working
instance
attribute
#718
instance
is not aSequence
when used in ModelSerializer code, I believe this type hint was in error.djangorestframework-stubs/rest_framework-stubs/serializers.pyi
Line 195 in c78da6d
it should just be
instance: _MT | None
The text was updated successfully, but these errors were encountered: