Skip to content
Snippets Groups Projects
Commit 9727cf7e authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

attempt to fix travis

parent 1d1f5aef
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class ParallelBackend(object):
class DaskDistributedParallelBackend(ParallelBackend):
def __init__(self, scheduler_ip_and_port, verbose=1):
from dask import distributed
from dask import distributed # pylint: disable=import-error
executor = distributed.Executor(scheduler_ip_and_port)
ParallelBackend.__init__(self, executor, distributed, verbose=verbose)
self.scheduler_ip_and_port = scheduler_ip_and_port
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment