Skip to content

Commit 675371e

Browse files
committed
expose ClusterManager as public API
1 parent 5afa96b commit 675371e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipyparallel/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .client.remotefunction import *
1616
from .client.view import *
1717
from .cluster import Cluster
18+
from .cluster import ClusterManager
1819
from .controller.dependency import *
1920
from .error import *
2021
from .serialize import *

0 commit comments

Comments
 (0)