1
0
forked from VimPlug/jedi

Remove a usage of the old module path.

This commit is contained in:
Dave Halter
2017-03-28 01:43:40 +02:00
parent 6a9c2f8795
commit 1d0796ac07
3 changed files with 3 additions and 3 deletions

View File

@@ -409,7 +409,7 @@ class Module(Scope):
Depending on the underlying parser this may be a full module or just a part
of a module.
"""
__slots__ = ('_used_names', '_name')
__slots__ = ('_used_names',)
type = 'file_input'
def __init__(self, children):