fix: remove trailing whitespace failing quality check

This commit is contained in:
Glib Glugovskiy
2023-11-20 23:08:56 +02:00
parent 95fcb124dd
commit 3da85a994e

View File

@@ -386,8 +386,9 @@ class UserCourseEnrollmentsList(generics.ListAPIView):
@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