remove double comma

This commit is contained in:
Rohit Reddy Abbadi 2021-11-26 17:57:59 +05:30 committed by GitHub
parent 3e13be321f
commit ecc9581930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -919,7 +919,7 @@ class CursorPagination(BasePagination):
'nullable': True,
},
'results': schema,
},,
},
'required': [
'results',
],