Skip to content

Commit 6243ad6

Browse files
authored
Merge pull request #61 from el33th4x0r/patch-1
Add types dependency.
2 parents 4466a46 + 79a4075 commit 6243ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_parser/reader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from http_parser.util import StringIO
1010

11+
import types
1112

1213
class HttpBodyReader(RawIOBase):
1314
""" Raw implementation to stream http body """

0 commit comments

Comments
 (0)