PY-21133 Removed non-existent __coroutinte.__iter__

This commit is contained in:
Andrey Vlasovskikh
2016-10-26 18:55:51 +03:00
parent 0d8497a73d
commit eed34a10df
3 changed files with 0 additions and 12 deletions
@@ -190,9 +190,6 @@ class __coroutine(object):
def __await__(self):
return []
def __iter__(self):
return []
def close(self):
pass
@@ -2455,12 +2455,6 @@ class __coroutine(object):
"""
return []
def __iter__(self):
"""
:rtype: collections.Iterable[unknown]
"""
return []
def close(self):
"""
:rtype: None
@@ -678,9 +678,6 @@ class __coroutine(object):
def __await__(self):
return []
def __iter__(self):
return []
def close(self):
pass