Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Nov 28, 2024
1 parent 7b4e611 commit 6cefa2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/apps/workflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from apps.cases.models import Case, CaseStateType, CaseTheme
from apps.events.models import CaseEvent, TaskModelEventEmitter
from celery.utils.log import get_task_logger
from django.conf import settings
from django.contrib.postgres.fields import ArrayField
from django.core.cache import cache
Expand Down Expand Up @@ -47,7 +46,6 @@
)

logger = logging.getLogger(__name__)
task_logger = get_task_logger(__name__)


class CaseWorkflow(models.Model):
Expand Down

0 comments on commit 6cefa2b

Please sign in to comment.