Skip to content

Commit

Permalink
Merge pull request #63 from codecov/matt/fix-brolly-rollup
Browse files Browse the repository at this point in the history
fix: reexport brolly stats rollup so celery can find it outside of tests
  • Loading branch information
matt-codecov committed Aug 15, 2023
2 parents 3dbbeed + 6798714 commit bb7e0ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from app import celery_app
from tasks.add_to_sendgrid_list import add_to_sendgrid_list_task
from tasks.brolly_stats_rollup import brolly_stats_rollup_task
from tasks.commit_update import commit_update_task
from tasks.compute_comparison import compute_comparison_task
from tasks.delete_owner import delete_owner_task
Expand Down
1 change: 0 additions & 1 deletion tasks/brolly_stats_rollup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import datetime
import json
import logging
import uuid # TODO remove

import httpx
from shared.celery_config import brolly_stats_rollup_task_name
Expand Down

0 comments on commit bb7e0ee

Please sign in to comment.