Changed his mind.

This commit is contained in:
Alex Root Junior 2017-08-14 22:53:42 +03:00
parent 92d3d86a18
commit 30874f6dc0

View file

@ -1,9 +1,5 @@
from .deprecated import warn_deprecated
try:
import emoji
warn_deprecated('Use emoji module instead that util')
except ImportError:
raise ImportError('Need install "emoji" module.')