From 0a9343e72c5426f623a276d8a15b7cc7995bf584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Tue, 18 Jun 2024 17:12:00 +0200 Subject: [PATCH] fix: Clean-up unused code --- posthog/api/app_metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/posthog/api/app_metrics.py b/posthog/api/app_metrics.py index 3a0855b9939e5..6fe56947b42c7 100644 --- a/posthog/api/app_metrics.py +++ b/posthog/api/app_metrics.py @@ -24,7 +24,6 @@ AppMetricsRequestSerializer, ) from posthog.utils import relative_date_parse -from posthog.batch_exports.models import fetch_batch_export_run_count class AppMetricsViewSet(TeamAndOrgViewSetMixin, mixins.RetrieveModelMixin, viewsets.GenericViewSet):