pylint-errors

W1401 (anomalous-backslash-in-string)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a backslash is in a literal string but not as an escape.