Skip to content

Commit

Permalink
Update django-stubs/contrib/gis/db/models/functions.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Pope <[email protected]>
  • Loading branch information
intgr and ngnpope authored Jan 9, 2023
1 parent 3ac276e commit 6450e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/contrib/gis/db/models/functions.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Any

from django.db.backends.base.base import BaseDatabaseWrapper
from django.db.backends.mysql.compiler import SQLCompiler
from django.db.models.sql.compiler import SQLCompiler, _AsSqlType
from django.db.models import Func
from django.db.models import Transform as StandardTransform

Expand Down

0 comments on commit 6450e3e

Please sign in to comment.