Skip to content

Commit

Permalink
Merge pull request #1679 from mbana641/master
Browse files Browse the repository at this point in the history
update datetime import
  • Loading branch information
priyankatuteja committed Oct 3, 2023
2 parents 66d3610 + 3d3e2e1 commit fe63485
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
"outputs": [],
"source": [
"# imports\n",
"import os, json, datetime\n",
"import os, json\n",
"from datetime import datetime\n",
"from uuid import UUID\n",
"\n",
"from arcgis.gis import GIS\n",
Expand Down

0 comments on commit fe63485

Please sign in to comment.