mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 14:59:41 +08:00
Make this noqa more specific
This commit is contained in:
@@ -111,7 +111,7 @@ class HelperValueMixin(object):
|
|||||||
.py__getattribute__('__anext__').execute_with_values()
|
.py__getattribute__('__anext__').execute_with_values()
|
||||||
.py__getattribute__('__await__').execute_with_values()
|
.py__getattribute__('__await__').execute_with_values()
|
||||||
.py__stop_iteration_returns()
|
.py__stop_iteration_returns()
|
||||||
) # noqa
|
) # noqa: E124
|
||||||
])
|
])
|
||||||
return self.py__iter__(contextualized_node)
|
return self.py__iter__(contextualized_node)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user