Skip to content

Commit 3fd97c6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 6450e3e commit 3fd97c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/contrib/gis/db/models/functions.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from typing import Any
22

33
from django.db.backends.base.base import BaseDatabaseWrapper
4-
from django.db.models.sql.compiler import SQLCompiler, _AsSqlType
54
from django.db.models import Func
65
from django.db.models import Transform as StandardTransform
6+
from django.db.models.sql.compiler import SQLCompiler, _AsSqlType
77

88
NUMERIC_TYPES: Any
99

0 commit comments

Comments
 (0)