Python logoPython/
PYL-E1310

Bad string strip callPYL-E1310

Major severityMajor
Anti-pattern categoryAnti-pattern

The argument to a str.{l,r,}strip call contains a duplicate character. Although this will not cause an error, but it is recommended to remove duplicates. This may affect readability.