pylint-errors

C0328 (unexpected-line-ending-format)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when there is different newline than expected.