Skip to content

Commit

Permalink
Add distinct_emoji_lis, is_emoji to module level __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jan 30, 2022
1 parent dce0db9 commit cbda960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emoji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__all__ = [
# emoji.core
'emojize', 'demojize', 'get_emoji_regexp', 'emoji_count', 'emoji_lis',
'replace_emoji', 'version',
'distinct_emoji_lis', 'replace_emoji', 'version', 'is_emoji',
# emoji.unicode_codes
'EMOJI_UNICODE_ENGLISH', 'EMOJI_UNICODE_SPANISH', 'EMOJI_UNICODE_PORTUGUESE',
'EMOJI_UNICODE_ITALIAN', 'EMOJI_UNICODE_FRENCH', 'EMOJI_UNICODE_GERMAN',
Expand Down

0 comments on commit cbda960

Please sign in to comment.