Skip to content

Commit 835ea8f

Browse files
Cleanup comment (#8132)
Code relating to comment has been removed from master branch (still present on 3.x).
1 parent b97d9a9 commit 835ea8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aiohttp/web_response.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def enable_chunked_encoding(self) -> None:
183183

184184
def enable_compression(self, force: Optional[ContentCoding] = None) -> None:
185185
"""Enables response compression encoding."""
186-
# Backwards compatibility for when force was a bool <0.17.
187186
self._compression = True
188187
self._compression_force = force
189188

0 commit comments

Comments
 (0)