Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Nov 20, 2024
1 parent 5551414 commit 4405efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/notebooks/hydrological_modelling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"metadata": {},
"outputs": [],
"source": [
"import pooch\n",
"import xarray as xr\n",
"\n",
"from xhydro.testing.helpers import deveraux\n",
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks/pmp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import pooch\n",
"import xarray as xr\n",
"\n",
"from xhydro.indicators import pmp\n",
Expand Down

0 comments on commit 4405efd

Please sign in to comment.