Skip to content

Commit b9c95a3

Browse files
committed
add PhoneNumberSearchResultError to init file to make them public
1 parent 81941b5 commit b9c95a3

File tree

1 file changed

+2
-0
lines changed
  • sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers

1 file changed

+2
-0
lines changed

sdk/communication/azure-communication-phonenumbers/azure/communication/phonenumbers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
OperatorInformationOptions,
2424
OperatorInformation,
2525
OperatorInformationResult,
26+
PhoneNumberSearchResultError,
2627
)
2728

2829
__all__ = [
@@ -42,5 +43,6 @@
4243
'OperatorInformationOptions',
4344
'OperatorInformation',
4445
'OperatorInformationResult',
46+
'PhoneNumberSearchResultError',
4547
'PhoneNumbersClient'
4648
]

0 commit comments

Comments
 (0)