forked from VimPlug/jedi
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__('__await__').execute_with_values()
|
||||
.py__stop_iteration_returns()
|
||||
) # noqa
|
||||
) # noqa: E124
|
||||
])
|
||||
return self.py__iter__(contextualized_node)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user