mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-11 08:11:50 +08:00
fixed bug with vim errors of tokenize
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# test comment
|
||||
|
||||
import datetime, os, sys
|
||||
import datetime, os, sys, tokenize
|
||||
#from token import *
|
||||
from time import sleep
|
||||
from token import OP as OP_TEST, INDENT as INDENT_TEST
|
||||
|
||||
Reference in New Issue
Block a user