Skip to content

Commit 3855706

Browse files
committed
누락되었던 raise_for_status에 대한 __slots__ 추가
1 parent 9ecdb88 commit 3855706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/httpc/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def delete(
505505

506506

507507
class AsyncClient(HttpxAsyncClient):
508-
__slots__ = "retry"
508+
__slots__ = "retry", "raise_for_status"
509509

510510
def __init__(
511511
self,

0 commit comments

Comments
 (0)