"...common/bcs-health/api/git@git.gitsec.cn:baidan/bk-bcs.git" did not exist on "a87743977ac78e0962cfc2afc2dca9fe88317b38"
Commit eed34a10 authored by Andrey Vlasovskikh's avatar Andrey Vlasovskikh
Browse files

PY-21133 Removed non-existent __coroutinte.__iter__

parent 0d8497a7
Showing with 0 additions and 12 deletions
+0 -12
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment