Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann committed Jul 30, 2024
1 parent 2f92c0b commit 2c0b9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from cms.api import add_plugin, create_page
from cms.models import CMSPlugin, Page, PageContent
from cms.models import CMSPlugin
from cms.models.placeholdermodel import Placeholder
from cms.plugin_base import CMSPluginBase
from cms.plugin_pool import plugin_pool
from django.contrib.auth.models import AnonymousUser

from djangocms_haystack.helpers import (
get_field_value,
get_haystack_connection_from_request,
Expand Down

0 comments on commit 2c0b9c3

Please sign in to comment.