Skip to content

safe_element: Disable a pylint false positive error

This is a false positive because pylint does not properly handle Python 3.9 at the moment. It can be safely removed once pylint handles it.

Merge request reports