diff --git a/django-stubs/contrib/gis/db/models/functions.pyi b/django-stubs/contrib/gis/db/models/functions.pyi index 1919e79ce0..f2a7fc5993 100644 --- a/django-stubs/contrib/gis/db/models/functions.pyi +++ b/django-stubs/contrib/gis/db/models/functions.pyi @@ -1,9 +1,9 @@ from typing import Any from django.db.backends.base.base import BaseDatabaseWrapper -from django.db.models.sql.compiler import SQLCompiler, _AsSqlType from django.db.models import Func from django.db.models import Transform as StandardTransform +from django.db.models.sql.compiler import SQLCompiler, _AsSqlType NUMERIC_TYPES: Any