Skip to content

Commit 3a29634

Browse files
committed
restore trailing coma
1 parent 8e65ae9 commit 3a29634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/schemas/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_schema(self, request=None, public=False):
6464
schema = {
6565
'openapi': '3.0.2',
6666
'info': self.get_info(),
67-
'paths': paths
67+
'paths': paths,
6868
}
6969

7070
if len(components_schemas) > 0:

0 commit comments

Comments
 (0)