Browse Source

🎨 Auto format

pull/14711/head
pre-commit-ci-lite[bot] 6 months ago
committed by GitHub
parent
commit
b05f1d1d16
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      fastapi/security/http.py

1
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"}

Loading…
Cancel
Save