Skip to content

Commit

Permalink
Without ClassVar test
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w committed Feb 25, 2024
1 parent 9ef5460 commit e9c0ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django-stubs/contrib/gis/admin/options.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from django.http import HttpRequest
spherical_mercator_srid: int

class GeoModelAdminMixin:
gis_widget: ClassVar[type[OSMWidget]]
gis_widget: type[OSMWidget]
gis_widget_kwargs: ClassVar[dict[str, Any]]
def formfield_for_dbfield(self, db_field: Field, request: HttpRequest, **kwargs: Any) -> FormField: ...

Expand Down

0 comments on commit e9c0ded

Please sign in to comment.