Bad string strip callPYL-E1310
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.
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.