Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 26, 2024
1 parent 3683fce commit c14dde3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 115 deletions.
9 changes: 8 additions & 1 deletion app/celery/process_comp_and_pen.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from dataclasses import dataclass
from uuid import uuid4

from flask import current_app
Expand All @@ -11,11 +12,17 @@
Service,
Template,
)
from app.integrations.comp_and_pen.scheduled_message_helpers import DynamoRecord
from app.notifications.send_notifications import lookup_notification_sms_setup_data, send_notification_bypass_route
from app.va.identifier import IdentifierType


@dataclass
class DynamoRecord:
participant_id: str
payment_amount: str
vaprofile_id: str


@notify_celery.task(name='comp-and-pen-batch-process')
@statsd(namespace='tasks')
def comp_and_pen_batch_process(records: list[dict[str, str]]) -> None:
Expand Down
102 changes: 0 additions & 102 deletions app/integrations/comp_and_pen/scheduled_message_helpers.py

This file was deleted.

This file was deleted.

0 comments on commit c14dde3

Please sign in to comment.