1
0
forked from VimPlug/jedi

remove unused imports from helpers

This commit is contained in:
Dave Halter
2014-04-19 16:28:31 +02:00
parent 0b5ed6a5fe
commit 10e2dc2f6c

View File

@@ -3,10 +3,7 @@ Helpers for the API
"""
import re
from jedi import debug
from jedi.evaluate import helpers
from jedi.evaluate import imports
from jedi.parser import representation as pr
def completion_parts(path_until_cursor):