mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
parentheses work now in import statements (tested)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
from a import (b
|
||||
def blub():
|
||||
return 0
|
||||
def openbrace():
|
||||
asdf = 3
|
||||
asdf
|
||||
|
||||
Reference in New Issue
Block a user