Skip to content

Commit

Permalink
remove dask module
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Nov 28, 2015
1 parent 8aa5cd4 commit 6bd674f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 306 deletions.
1 change: 0 additions & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .client import scatter, gather, delete, clear, rpc
from .utils import sync
from .nanny import Nanny
from .dask import get
from .executor import Executor, wait, as_completed

__version__ = '1.4.0'
119 changes: 0 additions & 119 deletions distributed/dask.py

This file was deleted.

186 changes: 0 additions & 186 deletions distributed/tests/test_dask.py

This file was deleted.

0 comments on commit 6bd674f

Please sign in to comment.