Fix spacing

This commit is contained in:
Andrew Shumway
2024-03-28 09:35:53 -06:00
parent a0e2f0fbc8
commit 1547e80e37

View File

@@ -31,7 +31,7 @@ from app.v2.errors import TotalRequestsError
@notify_celery.task(name="process-job")
def process_job(job_id, sender_id=None):
""" Update job status, get csv data from s3, and begin processing csv rows."""
"""Update job status, get csv data from s3, and begin processing csv rows."""
start = datetime.utcnow()
job = dao_get_job_by_id(job_id)
current_app.logger.info(