Fix linter failure

This commit is contained in:
Alex Reid 2016-04-27 13:26:25 +01:00
parent 91e215a7e5
commit 47d0a2a394

View File

@ -193,4 +193,4 @@ class TestNestedSerializerWithParentValidation:
nested_bound_field = serializer['nested']
# This should not raise an exception:
one_bound_field = nested_bound_field['one']
nested_bound_field['one']