Skip to content

Commit

Permalink
Fix dask not importing sharedict automatically in dask 1.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jan 23, 2019
1 parent 8288d4b commit 8847911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions satpy/multiscene.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import logging
import numpy as np
import dask
import dask.sharedict
import dask.array as da
import xarray as xr
from satpy.scene import Scene
Expand Down

0 comments on commit 8847911

Please sign in to comment.