File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed
Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,12 @@ Changelog
44Next
55----
66
7- 2024.09.21
8- ------------
9-
10- 2024.09.04.1
11- ------------
7+ * Move ``Response `` from ``vws.response `` to ``vws.response ``.
128
1392024.09.04
1410------------
1511
16- * Move ``Response `` from ``vws.exceptions.response `` to ``vws.types ``.
12+ * Move ``Response `` from ``vws.exceptions.response `` to ``vws.response ``.
1713* Add ``raw `` field to ``Response ``.
1814
19152024.09.03
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ API Reference
1313 :undoc-members:
1414 :members:
1515
16- .. automodule :: vws.types
16+ .. automodule :: vws.response
1717 :undoc-members:
1818 :members:
Original file line number Diff line number Diff line change 55
66from beartype import beartype
77
8- from vws .types import Response
8+ from vws .response import Response
99
1010
1111@beartype
Original file line number Diff line number Diff line change 66
77from beartype import beartype
88
9- from vws .types import Response
9+ from vws .response import Response
1010
1111
1212@beartype
Original file line number Diff line number Diff line change 2727)
2828from vws .include_target_data import CloudRecoIncludeTargetData
2929from vws .reports import QueryResult , TargetData
30- from vws .types import Response
30+ from vws .response import Response
3131
3232_ImageType = io .BytesIO | BinaryIO
3333
Original file line number Diff line number Diff line change 4646 TargetStatuses ,
4747 TargetSummaryReport ,
4848)
49- from vws .types import Response
49+ from vws .response import Response
5050
5151_ImageType = io .BytesIO | BinaryIO
5252
You can’t perform that action at this time.
0 commit comments