diff --git a/registrar/celery.py b/registrar/celery.py index aec53555..650e922f 100644 --- a/registrar/celery.py +++ b/registrar/celery.py @@ -4,6 +4,7 @@ from celery import Celery + # TEMP: This code will be removed by ARCH-BOM on 4/22/24 # ddtrace allows celery task logs to be traced by the dd agent. # TODO: remove this code.