Skip to content

Commit

Permalink
after nbdev_export
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed May 24, 2024
1 parent d0732c5 commit 8448c35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion earthengine_dask/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
import coiled
import dask.distributed
import ee
import google.auth

# %% ../00_core.ipynb 4
import google.auth

# %% ../00_core.ipynb 5
class InitEarthEngine(dask.distributed.WorkerPlugin):
def __init__(self, **kwargs):
logging.info('InitEarthEngine init') # This appears in the notebook output where the cluster is initiated.
Expand Down

0 comments on commit 8448c35

Please sign in to comment.