Skip to content

Commit 8fd5866

Browse files
committed
Fixed lint error
1 parent 67e7e32 commit 8fd5866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_datatables/django_filters/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def get_queryset_count_after(self, queryset):
111111
See
112112
:meth:`~rest_framework_datatables.django_filters.backends.DatatablesFilterBackend.get_queryset_count_before`.
113113
"""
114-
return queryset.count()
114+
return queryset.count()

0 commit comments

Comments
 (0)