forked from VimPlug/jedi
Starting with Python 3.4 from is not a token that always is a "new" statement.
This commit is contained in:
@@ -143,7 +143,7 @@ del _compile
|
||||
|
||||
tabsize = 8
|
||||
|
||||
ALWAYS_BREAK_TOKENS = (';', 'import', 'from', 'class', 'def', 'try', 'except',
|
||||
ALWAYS_BREAK_TOKENS = (';', 'import', 'class', 'def', 'try', 'except',
|
||||
'finally', 'while', 'return')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user