Skip to content

Commit 2147fe5

Browse files
authored
add missing imports to readme (#43)
1 parent db79dd6 commit 2147fe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ pip install bandwidth-sdk
2424
from bandwidth.bandwidth_client import BandwidthClient
2525

2626
from bandwidth.messaging.models.message_request import MessageRequest
27+
from bandwidth.messaging.exceptions.messaging_exception import MessagingException
2728

2829
from bandwidth.voice.models.create_call_request import CreateCallRequest
30+
from bandwidth.voice.exceptions.api_error_exception import ApiErrorException
2931
from bandwidth.voice.bxml.response import Response
3032
from bandwidth.voice.bxml.verbs import *
3133

0 commit comments

Comments
 (0)