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