File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ Changelog
44Next
55----
66
7- 2024.09.03.1
8- ------------
7+ * Move ``Response `` from ``vws.exceptions.response `` to ``vws.types ``.
98
1092024.09.03
1110------------
Original file line number Diff line number Diff line change 55
66from beartype import beartype
77
8- from . response import Response
8+ from vws . types import Response
99
1010
1111@beartype
Original file line number Diff line number Diff line change 66
77from beartype import beartype
88
9- from . response import Response
9+ from vws . types import Response
1010
1111
1212@beartype
Original file line number Diff line number Diff line change 2525 RequestEntityTooLargeError ,
2626 ServerError ,
2727)
28- from vws .exceptions .response import Response
2928from vws .include_target_data import CloudRecoIncludeTargetData
3029from vws .reports import QueryResult , TargetData
30+ from vws .types import Response
3131
3232_ImageType = io .BytesIO | BinaryIO
3333
Original file line number Diff line number Diff line change 1- """Responses for exceptions ."""
1+ """Responses for requests to VWS and VWQ ."""
22
33from dataclasses import dataclass
44
Original file line number Diff line number Diff line change 4646 TargetStatuses ,
4747 TargetSummaryReport ,
4848)
49-
50- from .exceptions .response import Response
49+ from vws .types import Response
5150
5251_ImageType = io .BytesIO | BinaryIO
5352
You can’t perform that action at this time.
0 commit comments