diff options
Diffstat (limited to 'astroid/protocols.py')
-rw-r--r-- | astroid/protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/protocols.py b/astroid/protocols.py index 9ebeb92a..2cd1e9d8 100644 --- a/astroid/protocols.py +++ b/astroid/protocols.py @@ -549,7 +549,7 @@ def starred_assigned_stmts(self, node=None, context=None, asspath=None): context: TODO asspath: TODO """ - + # pylint: disable=too-many-locals,too-many-branches,too-many-statements def _determine_starred_iteration_lookups(starred, target, lookups): # Determine the lookups for the rhs of the iteration itered = target.itered() |