Skip to content

Commit 38a6b67

Browse files
committed
more fixes
1 parent b1ff073 commit 38a6b67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

onvif/zeep_aiohttp.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ async def _post(
169169
content,
170170
)
171171

172-
response.raise_for_status()
173-
174172
# Convert to httpx Response
175173
return self._aiohttp_to_httpx_response(response, content)
176174

@@ -248,8 +246,6 @@ async def _get(
248246
content,
249247
)
250248

251-
response.raise_for_status()
252-
253249
# Convert directly to requests.Response
254250
return self._aiohttp_to_requests_response(response, content)
255251

0 commit comments

Comments
 (0)