Skip to content

Commit cdbc152

Browse files
committed
remove a redundant line
1 parent 83107c0 commit cdbc152

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/batch/batch-sig-images.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ creds = ServicePrincipalCredentials(
155155
tenant=ad_tenant,
156156
resource="https://batch.core.windows.net/"
157157
)
158-
config = batch.BatchServiceClientConfiguration(creds, batch_url)
159158
client = batch.BatchServiceClient(creds, batch_url)
160159

161160
# Configure the start task for the pool

0 commit comments

Comments
 (0)