Skip to content

Commit abbbb70

Browse files
committed
Save tell-position in Response
1 parent 878eff2 commit abbbb70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vws/types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Responses for requests to VWS and VWQ."""
22

33
from dataclasses import dataclass
4-
from io import IOBase
54

65
from beartype import beartype
76

@@ -18,4 +17,4 @@ class Response:
1817
status_code: int
1918
headers: dict[str, str]
2019
request_body: bytes | str | None
21-
raw: IOBase
20+
tell_position: int

0 commit comments

Comments
 (0)