summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/ranges.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/postgres/fields/ranges.py')
-rw-r--r--django/contrib/postgres/fields/ranges.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/postgres/fields/ranges.py b/django/contrib/postgres/fields/ranges.py
index 8c3295244b..33c6611f86 100644
--- a/django/contrib/postgres/fields/ranges.py
+++ b/django/contrib/postgres/fields/ranges.py
@@ -2,6 +2,7 @@ import datetime
import json
from django.contrib.postgres import forms, lookups
+from django.contrib.postgres.utils import CheckPostgresInstalledMixin
from django.db import models
from django.db.backends.postgresql.psycopg_any import (
DateRange,
@@ -12,7 +13,6 @@ from django.db.backends.postgresql.psycopg_any import (
from django.db.models.functions import Cast
from django.db.models.lookups import PostgresOperatorLookup
-from ..utils import CheckPostgresInstalledMixin
from .utils import AttributeSetter
__all__ = [