Skip to content

Commit

Permalink
Remove GeoFuncMixin overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 9, 2022
1 parent 126e0b6 commit 118d5c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions django-stubs/contrib/gis/db/models/functions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@ from django.db.models.sql.compiler import _AsSqlType
NUMERIC_TYPES: Any

class GeoFuncMixin:
function: Any = ...
geom_param_pos: Any = ...
def __init__(self, *expressions: Any, **extra: Any) -> None: ...
@property
def geo_field(self) -> Any: ...
def as_sql(
self, compiler: Any, connection: Any, function: Optional[Any] = ..., **extra_context: Any
) -> _AsSqlType: ...
def resolve_expression(self, *args: Any, **kwargs: Any) -> Any: ...

class GeoFunc(GeoFuncMixin, Func): ...

Expand Down

0 comments on commit 118d5c7

Please sign in to comment.