Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Jan 23, 2024
1 parent 2e66b7c commit 808203d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/examples/taylor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import xarray as xr\n",
"\n",
"import cftime\n",
"\n",
"import geocat.viz as gv\n",
"import geocat.datafiles as gdf"
"import geocat.viz as gv"
]
},
{
Expand Down

0 comments on commit 808203d

Please sign in to comment.