remove print function

This commit is contained in:
guidotheelen 2020-05-06 14:31:48 +02:00
parent bd076bbc74
commit 11ca2d941d

View file

@ -15,7 +15,6 @@
# limitations under the License. # limitations under the License.
"""Compare emoji image file namings against unicode property data.""" """Compare emoji image file namings against unicode property data."""
from __future__ import print_function
import argparse import argparse
import collections import collections