Skip to content

Commit

Permalink
fixed missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Aug 31, 2024
1 parent eb9a437 commit 596e472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/api/utils/polymorphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from json import JSONDecodeError
from typing import Any, Callable, Dict, Iterable, List, Optional, Protocol, Set

from django.conf import settings
from django.core.exceptions import BadRequest
from django.db.models import Model, Q
from django.shortcuts import get_object_or_404
Expand Down

0 comments on commit 596e472

Please sign in to comment.