1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."

This reverts commit 463fe11bc8 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
Backport of b435f82939 from master
This commit is contained in:
Mariusz Felisiak
2019-03-03 19:33:48 +01:00
parent 18211d0a4d
commit cf903c4c0b
20 changed files with 24 additions and 24 deletions

View File

@@ -9,9 +9,9 @@ from django.db.models.lookups import Exact, In
from django.utils.inspect import func_supports_parameter
from django.utils.translation import gettext_lazy as _
from ..utils import prefix_validation_error
from .mixins import CheckFieldDefaultMixin
from .utils import AttributeSetter
from ..utils import prefix_validation_error
__all__ = ['ArrayField']