1
0
forked from VimPlug/jedi

Remove global_names from modules.

This commit is contained in:
Dave Halter
2016-12-18 22:21:06 +01:00
parent 7385bd0716
commit fda0f80573
3 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -792,7 +792,7 @@ class Module(Scope):
Depending on the underlying parser this may be a full module or just a part
of a module.
"""
__slots__ = ('path', 'global_names', 'used_names', '_name')
__slots__ = ('path', 'used_names', '_name')
type = 'file_input'
def __init__(self, children):