diff --git a/django-stubs/contrib/admin/options.pyi b/django-stubs/contrib/admin/options.pyi index bc2dbe1..adf5282 100644 --- a/django-stubs/contrib/admin/options.pyi +++ b/django-stubs/contrib/admin/options.pyi @@ -204,7 +204,9 @@ class ModelAdmin(BaseModelAdmin): form_url: str = ..., obj: Optional[Any] = ..., ): ... - def response_add(self, request: WSGIRequest, obj: Model, post_url_continue: Optional[str] = ...) -> HttpResponse: ... + def response_add( + self, request: WSGIRequest, obj: Model, post_url_continue: Optional[str] = ... + ) -> HttpResponse: ... def response_change(self, request: WSGIRequest, obj: Model) -> HttpResponse: ... def response_post_save_add(self, request: WSGIRequest, obj: Model) -> HttpResponseRedirect: ... def response_post_save_change(self, request: WSGIRequest, obj: Model) -> HttpResponseRedirect: ...