pylint-errors

E1200 (logging-unsupported-format)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when an unsupported format character is used in a logging statement format string.