Skip to content

Commit

Permalink
Remove print()
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Oct 3, 2021
1 parent 9fb710f commit 7617dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def test_demojize_removes_variant():
result = emoji.demojize(text, language=lang_code)
assert '\ufe0e' not in result
assert '\ufe0f' not in result
print(result)


def test_emojize_invalid_emoji():
Expand Down

0 comments on commit 7617dd6

Please sign in to comment.