Skip to content

Commit 1ffa9b9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f4acab commit 1ffa9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/web_fileresponse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(
9494
chunk_size: int = 256 * 1024,
9595
status: int = 200,
9696
reason: Optional[str] = None,
97-
headers: Optional[LooseHeaders] = None
97+
headers: Optional[LooseHeaders] = None,
9898
) -> None:
9999
super().__init__(status=status, reason=reason, headers=headers)
100100
if isinstance(path, io.BufferedReader):

0 commit comments

Comments
 (0)