Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
danplischke committed Aug 29, 2024
1 parent cd3680a commit 826de0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne/asgi/handlers/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
self.send_timeout = send_timeout
self.ping_interval = ping_interval or self.DEFAULT_PING_INTERVAL
self.encoding = encoding or "utf-8"
self.body = None
self.body = None # type: ignore

_headers: Dict[str, str] = {}
if headers is not None:
Expand Down

0 comments on commit 826de0a

Please sign in to comment.