Skip to content

Commit

Permalink
remove extra json import
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwood committed May 9, 2024
1 parent e69cb86 commit 5ab683d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
print("Starting run!")
import argparse
import json
import logging
Expand All @@ -21,6 +20,7 @@


def main(args):
print("Starting run!")

svc_pr = ServicePrincipalAuthentication(
tenant_id=args.tenant_id,
Expand Down Expand Up @@ -335,7 +335,6 @@ def main(args):


import sys
import json
from azureml.automl.core.onnx_convert import OnnxConvertConstants
from azureml.train.automl import constants

Expand Down

0 comments on commit 5ab683d

Please sign in to comment.