1
0
forked from VimPlug/jedi

Some temporary args/kwargs related changes to static analysis.

This commit is contained in:
Dave Halter
2014-12-15 14:58:16 +01:00
parent 4a8bbd9583
commit f0c6e5709c
3 changed files with 28 additions and 13 deletions

View File

@@ -1,8 +1,6 @@
"""
Module for statical analysis.
"""
from itertools import chain
from jedi import debug
from jedi.parser import tree as pr
from jedi.evaluate.compiled import CompiledObject