pylint-errors

E1301 (truncated-format-string)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when a format string terminates before the end of a conversion specifier.