Skip to content

Commit 3323e44

Browse files
author
Megan Banaski
committed
change imports
1 parent 7f6a3e7 commit 3323e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/05_content_publishers/create_and_load_knowledge_graph_backups.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080
"outputs": [],
8181
"source": [
8282
"# imports\n",
83-
"from arcgis.gis import GIS\n",
84-
"from arcgis.graph import KnowledgeGraph\n",
83+
"import os, json, datetime\n",
84+
"from uuid import UUID\n",
8585
"\n",
86-
"import sys, os, json, datetime\n",
87-
"from uuid import UUID"
86+
"from arcgis.gis import GIS\n",
87+
"from arcgis.graph import KnowledgeGraph"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)