Skip to content

Commit 2d9bc82

Browse files
committed
uncomment line
1 parent 037dcf2 commit 2d9bc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sumo/wrapper/_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async def wrapper(*args, **kwargs):
2020
# so we could simply write
2121
# return func(*args, **kwargs).raise_for_status()
2222
response = await func(*args, **kwargs)
23-
# response.raise_for_status()
23+
response.raise_for_status()
2424
return response
2525

2626
return wrapper

0 commit comments

Comments
 (0)