Skip to content

Commit 226710d

Browse files
committed
remove import and correct typo
1 parent d6ab5cc commit 226710d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples/03_org_administrators/validate_item_metadata.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,13 @@
466466
}
467467
],
468468
"source": [
469-
"from arcgis.gis\n",
470-
"\n",
471469
"root_folder = gis.content.folders.get()\n",
472470
"\n",
473471
"new_item_props = ItemProperties(\n",
474472
" \"title\":out_file,\n",
475473
" \"type\":ItemTypeEnum.CSV.value,\n",
476474
" \"tags\":\"item_metatdata_report\",\n",
477-
" \"snippet\":\"Report on item attributes from aPI\"\n",
475+
" \"snippet\":\"Report on item attributes from API\"\n",
478476
")\n",
479477
"\n",
480478
"root_folder.add(\n",

0 commit comments

Comments
 (0)