We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca426a7 commit 5907b3eCopy full SHA for 5907b3e
algoliasearch_django/models.py
@@ -5,7 +5,7 @@
5
from itertools import chain
6
import logging
7
8
-from algoliasearch.exceptions import AlgoliaException
+from algoliasearch.http.exceptions import AlgoliaException
9
from django.db.models.query_utils import DeferredAttribute
10
11
from .settings import DEBUG
tox.ini
@@ -72,3 +72,4 @@ commands =
72
pip3 freeze > requirements.txt
73
ruff check --fix --unsafe-fixes
74
ruff format .
75
+ pyright
0 commit comments