mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-07 04:33:21 +08:00
ignore an exception with incomplete 'as' statements
This commit is contained in:
@@ -768,7 +768,7 @@ class Statement(Simple):
|
||||
is_chain = False
|
||||
continue
|
||||
elif tok == 'as':
|
||||
next(tok_iter)
|
||||
next(tok_iter, None)
|
||||
continue
|
||||
|
||||
brackets = {'(': Array.TUPLE, '[': Array.LIST, '{': Array.SET}
|
||||
|
||||
Reference in New Issue
Block a user