Skip to content

Commit

Permalink
chore: setup pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Nov 20, 2024
1 parent ca426a7 commit 5907b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion algoliasearch_django/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from itertools import chain
import logging

from algoliasearch.exceptions import AlgoliaException
from algoliasearch.http.exceptions import AlgoliaException
from django.db.models.query_utils import DeferredAttribute

from .settings import DEBUG
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ commands =
pip3 freeze > requirements.txt
ruff check --fix --unsafe-fixes
ruff format .
pyright

0 comments on commit 5907b3e

Please sign in to comment.