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