pylint-errors

C0304 (missing-final-newline)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when the last line in a file is missing a newline.