mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-08 06:20:58 +08:00
* 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