pylint-errors

W1505 (deprecated-method)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

The method is marked as deprecated and will be removed in a future version of Python. Consider looking for an alternative in the documentation.