Skip to content

Commit

Permalink
fix: remove trailing whitespace failing quality check
Browse files Browse the repository at this point in the history
  • Loading branch information
GlugovGrGlib committed Nov 20, 2023
1 parent 95fcb12 commit 3da85a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lms/djangoapps/mobile_api/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,9 @@ def list(self, request, *args, **kwargs):
@property
def paginator(self):
"""
Overrides API View paginator property to dynamically determine pagination class
based on the provided api_version. Implements solutions from the discussion at
Override API View paginator property to dynamically determine pagination class
Implements solutions from the discussion at
https://www.github.com/encode/django-rest-framework/issues/6397.
"""
super().paginator # pylint: disable=expression-not-assigned
Expand Down

0 comments on commit 3da85a9

Please sign in to comment.