Skip to content

Commit 7f3945f

Browse files
committed
fix ShellCommandReceive ImportError
File "/.../ipyparallel/shellcmd.py", line 19, in <module> from .cluster.shellcmd import ShellCommandReceive ImportError: cannot import name 'ShellCommandReceive' from 'ipyparallel.cluster.shellcmd'
1 parent fd1a4c7 commit 7f3945f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipyparallel/shellcmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
from argparse import ArgumentParser
1818

19-
from .cluster.shellcmd import ShellCommandReceive
19+
from .cluster.shellcmd_receive import ShellCommandReceive
2020

2121

2222
def main():

0 commit comments

Comments
 (0)