1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00
quay/util/unicode.py
2019-12-02 12:23:08 -05:00

3 lines
70 B
Python

def remove_unicode(value):
return value.decode("ascii", "ignore")