Skip to content

Commit

Permalink
Moved import for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere committed May 24, 2024
1 parent f68df66 commit d0732c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion 00_core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@
"\n",
"import coiled\n",
"import dask.distributed\n",
"import ee\n",
"import ee"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
"import google.auth"
]
},
Expand Down
2 changes: 1 addition & 1 deletion _docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</url>
<url>
<loc>https://VorGeo.github.io/earthengine-dask/00_core.html</loc>
<lastmod>2024-05-24T22:32:48.753Z</lastmod>
<lastmod>2024-05-24T22:35:41.918Z</lastmod>
</url>
</urlset>

0 comments on commit d0732c5

Please sign in to comment.