Skip to content

Commit 09eb5b0

Browse files
author
Aaron Hill
committed
fixing client instantiation
1 parent 0ea19e6 commit 09eb5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/knowledge/qna_maker_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _monitor_operation(client, operation):
5757
operation.operation_id))
5858
return operation
5959

60-
client = QnAMakerClient(endpoint=QNA_ENDPOINT), credentials=CognitiveServicesCredentials(subscription_key))
60+
client = QnAMakerClient(endpoint=QNA_ENDPOINT, credentials=CognitiveServicesCredentials(subscription_key))
6161

6262
# Create a KB
6363
print("Creating KB...")

0 commit comments

Comments
 (0)