pylint-errors

C0302 (too-many-lines)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a module has too many lines, reducing its readability.