mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
remove double comma
This commit is contained in:
parent
3e13be321f
commit
ecc9581930
|
@ -919,7 +919,7 @@ class CursorPagination(BasePagination):
|
|||
'nullable': True,
|
||||
},
|
||||
'results': schema,
|
||||
},,
|
||||
},
|
||||
'required': [
|
||||
'results',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user