Skip to content

Commit 5907b3e

Browse files
committed
chore: setup pyright
1 parent ca426a7 commit 5907b3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

algoliasearch_django/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from itertools import chain
66
import logging
77

8-
from algoliasearch.exceptions import AlgoliaException
8+
from algoliasearch.http.exceptions import AlgoliaException
99
from django.db.models.query_utils import DeferredAttribute
1010

1111
from .settings import DEBUG

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ commands =
7272
pip3 freeze > requirements.txt
7373
ruff check --fix --unsafe-fixes
7474
ruff format .
75+
pyright

0 commit comments

Comments
 (0)