mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
3 lines
70 B
Python
3 lines
70 B
Python
def remove_unicode(value):
|
|
return value.decode("ascii", "ignore")
|