Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Nov 5, 2024
1 parent 7531500 commit 80f4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asgi_tools/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def charset(self) -> str:
return self.media.get("charset", DEFAULT_CHARSET)

@property
def query(self) -> MultiDict:
def query(self) -> MultiDict[str]:
"""A lazy property that parse the current query string and returns it as a
:py:class:`multidict.MultiDict`.
Expand Down

0 comments on commit 80f4b98

Please sign in to comment.