From b739c009256d30b977a34a6fc52763ded1950912 Mon Sep 17 00:00:00 2001 From: Glib Glugovskiy Date: Mon, 20 Nov 2023 23:08:56 +0200 Subject: [PATCH] fix: remove trailing whitespace failing quality check --- lms/djangoapps/mobile_api/users/views.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/djangoapps/mobile_api/users/views.py b/lms/djangoapps/mobile_api/users/views.py index 86da7e0bfee2..ae0733d5cd92 100644 --- a/lms/djangoapps/mobile_api/users/views.py +++ b/lms/djangoapps/mobile_api/users/views.py @@ -379,8 +379,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