mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Finally fix the last remaining fast parser issue.
This commit is contained in:
@@ -430,8 +430,7 @@ def test_additional_indent():
|
||||
pass
|
||||
''')
|
||||
|
||||
x = check_fp(source, 2)
|
||||
import pdb; pdb.set_trace()
|
||||
check_fp(source, 2)
|
||||
|
||||
|
||||
def test_incomplete_function():
|
||||
|
||||
Reference in New Issue
Block a user