-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR #8211/7725f5a2 backport][3.10] Fix type annotations on MultipartW…
…riter.append (#8215) **This is a backport of PR #8211 as merged into master (7725f5a).** Co-authored-by: Daniel Golding <goldingd89@gmail.com>
- Loading branch information
1 parent
0854d33
commit 5fdb5c6
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Changed the type annotations to allow ``dict`` on :meth:`aiohttp.MultipartWriter.append`, | ||
:meth:`aiohttp.MultipartWriter.append_json` and | ||
:meth:`aiohttp.MultipartWriter.append_form` -- by :user:`cakemanny` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters