Skip to content

Commit 53bb56a

Browse files
jokiefersliverc
authored andcommitted
fixes lint issues
1 parent 80c11fc commit 53bb56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_json_api/schemas/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def map_serializer(self, serializer):
668668

669669
if field.required:
670670
required.append(format_field_name(field.field_name))
671-
671+
672672
schema = self.map_field(field)
673673
if field.read_only:
674674
schema["readOnly"] = True

0 commit comments

Comments
 (0)