diff --git a/tubesync/common/utils.py b/tubesync/common/utils.py index 5894f0fc..c0e77cf4 100644 --- a/tubesync/common/utils.py +++ b/tubesync/common/utils.py @@ -222,3 +222,7 @@ def remove_enclosed(haystack, /, open='[', close=']', sep=' ', *, valid=None, st return haystack return haystack[:o] + haystack[len(n)+c:] + +def django_queryset_generator(query_set, /): + pass +