Skip to content

Commit

Permalink
Remove unused ComputeTarget import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarasmro authored Dec 12, 2020
1 parent a034aa7 commit 9fd6f20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 01 - Get Started with Notebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
"metadata": {},
"outputs": [],
"source": [
"from azureml.core import ComputeTarget\n",
"\n",
"print(\"Compute Resources:\")\n",
"for compute_name in ws.compute_targets:\n",
" compute = ws.compute_targets[compute_name]\n",
Expand Down Expand Up @@ -107,4 +105,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 9fd6f20

Please sign in to comment.