Skip to content

Commit e9cf03a

Browse files
pylint
1 parent dddc128 commit e9cf03a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

documentcloud/documents/views.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,8 +1818,6 @@ def list(self, request):
18181818
for documents visible to the user. You may filter
18191819
by project and partial key name
18201820
"""
1821-
# XXX Should the results be paginated?
1822-
18231821
# You must specify a project for now for performance reasons
18241822
# It may be possible to use an index to remove this restriction
18251823
# if desired
@@ -1856,8 +1854,6 @@ def retrieve(self, request, pk=None):
18561854
to the requesting user. You may filter the resulting values
18571855
by which project they are present in or by a partial value name.
18581856
"""
1859-
# XXX Should the results be paginated?
1860-
18611857
# You must specify a project for now for performance reasons
18621858
# It may be possible to use an index to remove this restriction
18631859
# if desired

0 commit comments

Comments
 (0)