Skip to content

Commit 9741601

Browse files
author
Taejun Lee
committed
Remove redundant __iter__ from APIJsonObject base class
1 parent 3d23b11 commit 9741601

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

boxsdk/object/api_json_object.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ class APIJSONObject(with_metaclass(APIJSONObjectMeta, BaseAPIJSONObject, Mapping
2222

2323
def __len__(self):
2424
return len(self._response_object)
25-
26-
def __iter__(self):
27-
return iter(self._response_object)

0 commit comments

Comments
 (0)