Skip to content

Commit b582d52

Browse files
author
Kevin Wood
committed
Fix docstring formatting
1 parent 78e8b1b commit b582d52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_fields.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,10 @@ def test_create_only_default_is_not_provided_on_update(self):
318318
}
319319

320320
def test_create_only_default_callable_sets_context(self):
321-
""" CreateOnlyDefault instances with a callable default should set_context on the callable if possible """
321+
"""
322+
CreateOnlyDefault instances with a callable default should set_context
323+
on the callable if possible
324+
"""
322325
class TestCallableDefault:
323326
def set_context(self, serializer_field):
324327
self.field = serializer_field

0 commit comments

Comments
 (0)