Skip to content

Commit

Permalink
🎨 [#4608] Import model from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 7, 2024
1 parent 662f53f commit 136a356
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/openforms/prefill/contrib/objects_api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
from django.utils.translation import gettext_lazy as _

from openforms.contrib.objects_api.checks import check_config
from openforms.registrations.contrib.objects_api.models import (
ObjectsAPIConfig,
ObjectsAPIGroupConfig,
)
from openforms.contrib.objects_api.models import ObjectsAPIGroupConfig
from openforms.registrations.contrib.objects_api.models import ObjectsAPIConfig
from openforms.typing import JSONObject

from ...base import BasePlugin
Expand Down

0 comments on commit 136a356

Please sign in to comment.