Skip to content

Commit c81c288

Browse files
committed
Lint
1 parent bd64bd0 commit c81c288

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/examples/01_AWS_Public_Data_Program_NetCDF.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"source": [
2727
"import icechunk\n",
2828
"import obstore\n",
29+
"import xarray as xr\n",
2930
"from virtualizarr import open_virtual_dataset, open_virtual_mfdataset\n",
3031
"from virtualizarr.parsers import HDFParser\n",
31-
"from virtualizarr.registry import ObjectStoreRegistry\n",
32-
"import xarray as xr"
32+
"from virtualizarr.registry import ObjectStoreRegistry"
3333
]
3434
},
3535
{
@@ -278,7 +278,7 @@
278278
"metadata": {},
279279
"outputs": [],
280280
"source": [
281-
"session = repo.readonly_session(\"main\")\n"
281+
"session = repo.readonly_session(\"main\")"
282282
]
283283
},
284284
{

docs/examples/02_ESGF_NetCDF_Solution.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32+
"import icechunk\n",
3233
"from obstore.store import HTTPStore\n",
3334
"from virtualizarr import open_virtual_dataset\n",
3435
"from virtualizarr.parsers import HDFParser\n",
35-
"from virtualizarr.registry import ObjectStoreRegistry\n",
36-
"import icechunk"
36+
"from virtualizarr.registry import ObjectStoreRegistry"
3737
]
3838
},
3939
{

0 commit comments

Comments
 (0)