Skip to content

Commit cdbac44

Browse files
committed
only expose required shared models
1 parent 282204c commit cdbac44

File tree

1 file changed

+3
-8
lines changed
  • sdk/communication/azure-communication-identity/azure/communication/identity

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
CommunicationIdentityToken
1212
)
1313

14-
from ._shared.models import (
15-
CommunicationUserIdentifier,
16-
PhoneNumberIdentifier,
17-
UnknownIdentifier
18-
)
14+
from ._shared.models import CommunicationUserIdentifier
15+
1916

2017
__all__ = [
2118
'CommunicationIdentityClient',
@@ -25,7 +22,5 @@
2522
'CommunicationIdentityToken',
2623

2724
# from _shared
28-
'CommunicationUserIdentifier',
29-
'PhoneNumberIdentifier',
30-
'UnknownIdentifier'
25+
'CommunicationUserIdentifier'
3126
]

0 commit comments

Comments
 (0)