Fixed a missing import.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 35s

This commit is contained in:
2025-01-06 10:53:08 +02:00
parent 1e0f3c694e
commit 13022609fc

View File

@@ -1,5 +1,5 @@
from django.utils.text import smart_split
from django.core.exceptions import FieldError
from django.core.exceptions import FieldError, FieldDoesNotExist
import operator
from functools import reduce
from rest_framework.filters import BaseFilterBackend