pylint-errors

W0717 (too-many-try-statements)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Try clause contains too many statements.