diff --git a/posthog/api/search.py b/posthog/api/search.py index a5d67b3a16af3..c82b54ecd094f 100644 --- a/posthog/api/search.py +++ b/posthog/api/search.py @@ -10,7 +10,7 @@ from rest_framework.response import Response from posthog.api.routing import TeamAndOrgViewSetMixin -from posthog.models import Action, Cohort, Insight, Dashboard, FeatureFlag, Experiment, Team, EventDefinition, Survey +from posthog.models import Action, Cohort, Insight, Dashboard, FeatureFlag, Experiment, EventDefinition, Survey from posthog.models.notebook.notebook import Notebook LIMIT = 25