diff --git a/strawberry/http/parse_content_type.py b/strawberry/http/parse_content_type.py index 424d434964..d28be1a337 100644 --- a/strawberry/http/parse_content_type.py +++ b/strawberry/http/parse_content_type.py @@ -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