mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-09 06:44:47 +03:00
Fix linter failure
This commit is contained in:
parent
91e215a7e5
commit
47d0a2a394
|
@ -193,4 +193,4 @@ class TestNestedSerializerWithParentValidation:
|
||||||
|
|
||||||
nested_bound_field = serializer['nested']
|
nested_bound_field = serializer['nested']
|
||||||
# This should not raise an exception:
|
# This should not raise an exception:
|
||||||
one_bound_field = nested_bound_field['one']
|
nested_bound_field['one']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user