pylint-errors

E1310 (bad-str-strip-call)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

The argument to a str.{l,r,}strip call contains a duplicate character.