Skip to content

Commit

Permalink
CM-1000: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Sep 20, 2024
1 parent e89cc6a commit 84098ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grievance_social_protection/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Check if the 'opensearch_reports' app is in INSTALLED_APPS
if 'opensearch_reports' in apps.app_configs and not is_unit_test_env:
from opensearch_reports.service import BaseSyncDocument
from django_opensearch_dsl import Document, fields as opensearch_fields
from django_opensearch_dsl import fields as opensearch_fields
from django_opensearch_dsl.registries import registry
from grievance_social_protection.models import Ticket

Expand Down

0 comments on commit 84098ae

Please sign in to comment.