Skip to content

Commit

Permalink
fix for newer dask
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 2, 2018
1 parent 204e995 commit e788b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odvc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import dask
import dask.array as da

from dask.async import get_sync
from dask.local import get_sync

import netCDF4

Expand Down

0 comments on commit e788b7f

Please sign in to comment.