forked from VimPlug/jedi
Use types instead of special objects (see also #988)
This commit is contained in:
@@ -41,7 +41,7 @@ class CompiledSubProcess(object):
|
||||
(executable, '-m', 'jedi.evaluate.compiled.subprocess')
|
||||
)
|
||||
|
||||
def command(self):
|
||||
def command(self, command):
|
||||
return self._send()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user