Skip to content

Commit 1c262fd

Browse files
author
Mike Kistler
committed
Fix missing import
1 parent f70ec85 commit 1c262fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_conversation_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import responses
1717
import watson_developer_cloud
1818
from watson_developer_cloud import WatsonException
19+
from watson_developer_cloud import WatsonApiException
1920
from watson_developer_cloud.conversation_v1 import *
2021

2122
platform_url = 'https://gateway.watsonplatform.net'

0 commit comments

Comments
 (0)