Skip to content

Commit 7880df2

Browse files
author
Obada Haddad
committed
Fixed tests
1 parent 309ceec commit 7880df2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

compute_worker/compute_worker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
sys.path.append('/app/src/settings/')
3131

3232
from celery import signals
33+
import logging
34+
logger = logging.getLogger(__name__)
3335
from logs_loguru import configure_logging
3436

3537
# -----------------------------------------------

0 commit comments

Comments
 (0)