pylint-errors

E1134 (not-a-mapping)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a non-mapping value is used in place where mapping is expected.