diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-25 11:03:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-25 20:02:56 +0100 |
| commit | b9beb6a52e84e565533f029555eea731d92fe4f3 (patch) | |
| tree | e4676d14b3a1c44be7b641a5c8ebbeff99a3c571 /django | |
| parent | 1b8a26efa2e45ac471c969791e8c977e6d633091 (diff) | |
[1.11.x] Fixed relative paths imports per isort 4.3.5.
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/postgres/fields/array.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/postgres/fields/array.py b/django/contrib/postgres/fields/array.py index b70ae37a3a..d6848c3f32 100644 --- a/django/contrib/postgres/fields/array.py +++ b/django/contrib/postgres/fields/array.py @@ -9,8 +9,8 @@ from django.db.models.lookups import Exact, In from django.utils import six from django.utils.translation import ugettext_lazy as _ -from ..utils import prefix_validation_error from .utils import AttributeSetter +from ..utils import prefix_validation_error __all__ = ['ArrayField'] |
