1
0
forked from VimPlug/jedi

Remove the old star import cache, because it's not even used.

This commit is contained in:
Dave Halter
2017-03-18 03:30:23 +01:00
parent aaf6c61e69
commit d0b6d41e99
4 changed files with 1 additions and 38 deletions

View File

@@ -133,7 +133,6 @@ class Script(object):
@cache.memoize_method
def _get_module_node(self):
cache.invalidate_star_import_cache(self._path)
parser = FastParser(self._grammar, self._source, self.path)
save_parser(self.path, parser, pickling=False)