Skip to content

Replace invalid use of 'is' keyword

'is' checks identity, not equality. In Python 3.8, this usage results in a warning.

Merge request reports