Skip to content

Commit e1a24f6

Browse files
committed
minor
1 parent 5624e3a commit e1a24f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tremolo/lib/http_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(self, request):
4040
self.line = None
4141
self.content_type = b'text/html; charset=utf-8'
4242
self.http_chunked = None
43+
4344
self._headers = {}
4445

4546
@property

0 commit comments

Comments
 (0)