Skip to content

Commit

Permalink
[pre-commit.ci] Apply import ordering to Jupyter notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlittlejohns committed Nov 1, 2024
1 parent 62fe4ef commit ec41d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/HOSS_DAAC_Operator_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
"from datetime import datetime\n",
"from os import replace\n",
"\n",
"from harmony import BBox, Client, Collection, Environment, Request\n",
"import xarray as xr"
"import xarray as xr\n",
"from harmony import BBox, Client, Collection, Environment, Request"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion docs/HOSS_User_Documentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"source": [
"from harmony import BBox, Client, Collection, Environment, Request\n",
"\n",
"\n",
"harmony_client = Client(env=Environment.UAT)\n",
"\n",
"demo_directory = '.'\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#
harmony-py~=0.4.10
netCDF4~=1.6.4
notebook~=7.0.4
notebook~=7.2.2
xarray~=2023.9.0

0 comments on commit ec41d5a

Please sign in to comment.