Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 committed Oct 9, 2024
1 parent 70cc9ba commit f5daa3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/zac/werkvoorraad/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging
from typing import Dict, List

from django.conf import settings
from django.utils.translation import gettext_lazy as _

from django_camunda.client import get_client
Expand Down Expand Up @@ -58,8 +59,6 @@
get_checklist_answers_groups,
)

from django.conf import settings

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit f5daa3d

Please sign in to comment.