Skip to content

Commit ec41d5a

Browse files
[pre-commit.ci] Apply import ordering to Jupyter notebooks.
1 parent 62fe4ef commit ec41d5a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/HOSS_DAAC_Operator_Documentation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"from datetime import datetime\n",
9494
"from os import replace\n",
9595
"\n",
96-
"from harmony import BBox, Client, Collection, Environment, Request\n",
97-
"import xarray as xr"
96+
"import xarray as xr\n",
97+
"from harmony import BBox, Client, Collection, Environment, Request"
9898
]
9999
},
100100
{

docs/HOSS_User_Documentation.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
"source": [
9595
"from harmony import BBox, Client, Collection, Environment, Request\n",
9696
"\n",
97-
"\n",
9897
"harmony_client = Client(env=Environment.UAT)\n",
9998
"\n",
10099
"demo_directory = '.'\n",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717
harmony-py~=0.4.10
1818
netCDF4~=1.6.4
19-
notebook~=7.0.4
19+
notebook~=7.2.2
2020
xarray~=2023.9.0

0 commit comments

Comments
 (0)