1
0
forked from VimPlug/jedi

pep8 compatibility

This commit is contained in:
David Halter
2012-08-10 23:31:56 +02:00
parent 76eb3e53e7
commit 2d6ba4e8ec
5 changed files with 8 additions and 4 deletions

View File

@@ -120,8 +120,6 @@ class Parser(CachedModule):
path = os.path.dirname(self.path)
load_module(name, path)
return self._module
def _get_source(self):