Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 29, 2024
1 parent 600c5e2 commit fc8d0d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion strawberry/http/parse_content_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

def parse_content_type(content_type: str) -> Tuple[str, Dict[str, str]]:
"""Parse a content type header into a mime-type and a dictionary of parameters."""

email = Message()
email["content-type"] = content_type

Expand Down

0 comments on commit fc8d0d8

Please sign in to comment.