pylint-errors

W0125 (using-constant-test)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Emitted when a conditional statement (If or ternary if) uses a constant value for its test.