Python

Python

Made by DeepSource

Bad string strip call PYL-E1310

Anti-pattern
Major

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.