From 9fd6f201006e020279d3fa765a30eb7566efbf80 Mon Sep 17 00:00:00 2001 From: Ammar Asmro Date: Sat, 12 Dec 2020 17:51:27 -0500 Subject: [PATCH] Remove unused ComputeTarget import statement --- 01 - Get Started with Notebooks.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/01 - Get Started with Notebooks.ipynb b/01 - Get Started with Notebooks.ipynb index 5c269073..4ef2ba7a 100644 --- a/01 - Get Started with Notebooks.ipynb +++ b/01 - Get Started with Notebooks.ipynb @@ -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", @@ -107,4 +105,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}