From b05f1d1d16ebf73d7a62ee6bc7dd7d79016c4e1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 05:21:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/security/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fastapi/security/http.py b/fastapi/security/http.py index ffd2ee1ad..0b6e4291a 100644 --- a/fastapi/security/http.py +++ b/fastapi/security/http.py @@ -122,7 +122,6 @@ class HTTPBasic(HTTPBase): # FastAPI behavior: do NOT include realm in header return {"WWW-Authenticate": "Basic"} - def make_authenticate_headers(self) -> dict[str, str]: return {"WWW-Authenticate": "Basic"}