Skip to content

Commit c9d9c35

Browse files
Remove unused rio import (#269)
1 parent bb66ea8 commit c9d9c35

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user-guide/notebooks/templates/template-accessing-the-data-directly.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@
328328
"metadata": {},
329329
"outputs": [],
330330
"source": [
331-
"import pandas as pd\n",
332-
"import rasterio as rio"
331+
"import pandas as pd"
333332
]
334333
},
335334
{

0 commit comments

Comments
 (0)