Skip to content

Commit

Permalink
Update aiohttp/helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
scop and webknjaz authored Nov 3, 2021
1 parent 1e26966 commit 7bc72c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiohttp/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ def is_expected_content_type(
response_content_type: str, expected_content_type: str
) -> bool:
"""Checks if received content type is processable as an expected one.
Both arguments should be given without parameters.
"""
if expected_content_type == "application/json":
Expand Down

0 comments on commit 7bc72c7

Please sign in to comment.