Skip to content

Commit

Permalink
only expose required shared models
Browse files Browse the repository at this point in the history
  • Loading branch information
beltr0n committed Jan 22, 2021
1 parent 282204c commit cdbac44
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
CommunicationIdentityToken
)

from ._shared.models import (
CommunicationUserIdentifier,
PhoneNumberIdentifier,
UnknownIdentifier
)
from ._shared.models import CommunicationUserIdentifier


__all__ = [
'CommunicationIdentityClient',
Expand All @@ -25,7 +22,5 @@
'CommunicationIdentityToken',

# from _shared
'CommunicationUserIdentifier',
'PhoneNumberIdentifier',
'UnknownIdentifier'
'CommunicationUserIdentifier'
]

0 comments on commit cdbac44

Please sign in to comment.