Skip to content

Commit

Permalink
fix: Clean-up unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Jun 18, 2024
1 parent 26295e3 commit a2744da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/api/app_metrics.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import datetime as dt
import uuid
from typing import Any
from django.db.models import Q, Count

from django.db.models import Count, Q
from django.db.models.functions import TruncDay
from rest_framework import mixins, request, response, viewsets
from rest_framework.decorators import action
Expand All @@ -23,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):
Expand Down

0 comments on commit a2744da

Please sign in to comment.