pylint-errors
W1401 (anomalous-backslash-in-string)
Problematic code:
# to be addded
Correct code:
# to be added
Rationale:
Used when a backslash is in a literal string but not as an escape.
Related resources:
Issue Tracker