Remove unicode literal from code

All strings are considered as unicode literal string from Python 3.

This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.

Change-Id: I34066bcaa6d30f4a6702fd5cfff8498b68433d98
This commit is contained in:
LiZekun 2022-06-08 09:18:23 +08:00 committed by Eyal
parent 875971cae2
commit e62f8b98d3

Diff Content Not Available