From 88dcf95f3e2dd1cca241bc30db373c668ecd97a0 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Thu, 18 Jun 2026 14:04:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20src/nucleus/domains/http/models/response.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/nucleus/domains/http/models/response.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nucleus/domains/http/models/response.py b/src/nucleus/domains/http/models/response.py index b3dbfb3..95d7d99 100644 --- a/src/nucleus/domains/http/models/response.py +++ b/src/nucleus/domains/http/models/response.py @@ -27,3 +27,5 @@ class Response: pass def __iter__(self): pass + def __next__(self): + pass