forked from VimPlug/jedi
* Replaced token tuple with token class
* Fixed PEP8 where I read code
This commit is contained in:
@@ -220,7 +220,7 @@ def save_module(path, name, parser, pickling=True):
|
||||
|
||||
class _ModulePickling(object):
|
||||
|
||||
version = 4
|
||||
version = 5
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user