We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037dcf2 commit 2d9bc82Copy full SHA for 2d9bc82
1 file changed
src/sumo/wrapper/_decorators.py
@@ -20,7 +20,7 @@ async def wrapper(*args, **kwargs):
20
# so we could simply write
21
# return func(*args, **kwargs).raise_for_status()
22
response = await func(*args, **kwargs)
23
- # response.raise_for_status()
+ response.raise_for_status()
24
return response
25
26
return wrapper
0 commit comments