Skip to content

Commit

Permalink
fix: circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Nov 26, 2024
1 parent 19f93b7 commit 3b5b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algoliasearch_django/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django import __version__ as __django__version__
from django.db.models.signals import post_save
from django.db.models.signals import pre_delete
from algoliasearch_django import __version__
from algoliasearch_django.version import VERSION as __version__
from algoliasearch.search.client import SearchClientSync

from .models import AlgoliaIndex
Expand Down

0 comments on commit 3b5b25b

Please sign in to comment.