Skip to content

Commit 25f7948

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 31b6582 commit 25f7948

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

micropip/package_index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ def _select_parser(
250250
"""
251251
Select the function to parse the response based on the content type.
252252
"""
253-
main_content_type = content_type.split(';')[0].strip()
254-
253+
main_content_type = content_type.split(";")[0].strip()
254+
255255
match main_content_type:
256256
case "application/vnd.pypi.simple.v1+json":
257257
return ProjectInfo.from_simple_json_api

0 commit comments

Comments
 (0)