Skip to content

Commit 59bbfcf

Browse files
author
Vlada Dusek
committed
PythonPackageContentFilter inherit from core's ContentFilter
closes #3783 https://pulp.plan.io/issues/3783 Required PR: pulp/pulp#3674
1 parent c0bd63b commit 59bbfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp_python/app/viewsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242

43-
class PythonPackageContentFilter(platform.BaseFilterSet):
43+
class PythonPackageContentFilter(platform.ContentFilter):
4444
"""
4545
FilterSet for PythonPackageContent.
4646
"""

0 commit comments

Comments
 (0)