Skip to content

Commit

Permalink
remove unneeded identity fallback
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 24, 2025
1 parent c58e7d1 commit dfd4d78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions warehouse/api/integrity.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def _select_content_type(request: Request) -> str | None:
# JSON currently has the highest priority.
MIME_PYPI_INTEGRITY_V1_JSON,
MIME_APPLICATION_JSON,
# Ensures that we fall back to the first offer if
# the client does not provide an Accept header.
"identity",
]
)

Expand Down

0 comments on commit dfd4d78

Please sign in to comment.