1
0
forked from VimPlug/jedi

Use types instead of special objects (see also #988)

This commit is contained in:
Dave Halter
2017-11-12 13:12:04 +01:00
parent 969d029499
commit 3a4dc94ee6
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class CompiledSubProcess(object):
(executable, '-m', 'jedi.evaluate.compiled.subprocess')
)
def command(self):
def command(self, command):
return self._send()