Skip to content

Commit 93c07d6

Browse files
committed
bugfix: delete unsued package
1 parent 3586bb3 commit 93c07d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aml_service/04-AmlPipelines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE CODE, EVEN IF ADVISED OF THE
2424
POSSIBILITY OF SUCH DAMAGE.
2525
"""
26-
#%%
26+
2727
import os, json, requests, datetime
2828
import argparse
2929
from azureml.core import Workspace, Experiment, Datastore
@@ -35,7 +35,7 @@
3535
from azureml.pipeline.core.graph import PipelineParameter
3636
from azureml.core.compute import ComputeTarget
3737

38-
from azureml.widgets import RunDetails
38+
# from azureml.widgets import RunDetails
3939
from azureml.core.authentication import AzureCliAuthentication
4040

4141
print("Pipeline SDK-specific imports completed")

0 commit comments

Comments
 (0)