Skip to content

Commit

Permalink
Merge pull request #26 from ocefpaf/fix_newer_dask
Browse files Browse the repository at this point in the history
Fix for newer dask
  • Loading branch information
ocefpaf authored Mar 2, 2018
2 parents 204e995 + e788b7f commit 1d8c988
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 1d8c988

Please sign in to comment.