Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 17, 2024
1 parent e5f3813 commit cb1f552
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ee/tasks/subscriptions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from datetime import datetime, timedelta
from typing import Optional

from django.conf import settings
import structlog
from prometheus_client import Counter
from sentry_sdk import capture_exception, capture_message
Expand Down Expand Up @@ -147,8 +146,6 @@ def schedule_all_subscriptions() -> None:

@app.task()
def deliver_subscription_report(subscription_id: int) -> None:
if not settings.TEST:
return
return _deliver_subscription_report(subscription_id)


Expand Down

0 comments on commit cb1f552

Please sign in to comment.