Skip to content

Commit

Permalink
[#222] run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Bakker committed Sep 29, 2022
1 parent d4d7b7f commit ac35cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vng_api_common/extensions/filters/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from drf_spectacular.extensions import OpenApiFilterExtension
from rest_framework.filters import OrderingFilter

from vng_api_common.filters import URLModelChoiceFilter
from vng_api_common.extensions.utils import get_target_field
from vng_api_common.filters import URLModelChoiceFilter
from vng_api_common.oas import TYPE_ARRAY, TYPE_STRING
from vng_api_common.utils import underscore_to_camel

Expand Down
1 change: 1 addition & 0 deletions vng_api_common/polymorphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
from typing import Any, Dict, Union

from django.core.exceptions import FieldDoesNotExist

from rest_framework import serializers

__all__ = ["Discriminator", "PolymorphicSerializer"]
Expand Down

0 comments on commit ac35cb6

Please sign in to comment.