Klocwork Documentation | 2025.4
PY3.W1406
Redundant u string prefix
Used when we detect a string with a u prefix.
These prefixes were necessary in Python 2 to indicate a string was Unicode,
but since Python 3.0 strings are Unicode by default.
Noncompliant Code:
Compliant Code: