mirror of
https://github.com/quay/quay.git
synced 2026-01-29 08:42:15 +03:00
3 lines
70 B
Python
3 lines
70 B
Python
def remove_unicode(value):
|
|
return value.decode("ascii", "ignore")
|