Skip to content

Commit

Permalink
fix pylint error, only visible in ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
danplischke committed Aug 26, 2024
1 parent dba5700 commit d6d9f9f
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 @@ -181,7 +181,7 @@ def __init__(
self.encoding = encoding or "utf-8"
self.content = None

_headers: dict[str, str] = {}
_headers: Dict[str, str] = {}
if headers is not None:
_headers.update(headers)
# mandatory for servers-sent events headers
Expand Down

0 comments on commit d6d9f9f

Please sign in to comment.