From 6ef18bea502eba818301f528cfb5a178b74b6c09 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Tue, 21 Jul 2020 21:34:37 +0100 Subject: [PATCH] Make this noqa more specific --- jedi/inference/base_value.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/inference/base_value.py b/jedi/inference/base_value.py index c0f960d4..c5b2cec0 100644 --- a/jedi/inference/base_value.py +++ b/jedi/inference/base_value.py @@ -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)