Skip to content

Commit ea95e1e

Browse files
committed
fixed error with init file
1 parent 549c082 commit ea95e1e

File tree

1 file changed

+11
-0
lines changed
  • sdk/communication/azure-communication-identity/azure/communication/identity

1 file changed

+11
-0
lines changed

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

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

14+
from ._shared.models import (
15+
CommunicationUserIdentifier,
16+
PhoneNumberIdentifier,
17+
UnknownIdentifier
18+
)
19+
1420
__all__ = [
1521
'CommunicationIdentityClient',
1622

1723
# from _identity
1824
'CommunicationTokenRequest',
1925
'CommunicationIdentityToken',
26+
27+
# from _shared
28+
'CommunicationUserIdentifier',
29+
'PhoneNumberIdentifier',
30+
'UnknownIdentifier'
2031
]

0 commit comments

Comments
 (0)