This project is archived. Its data is
read-only
.
Replace invalid use of 'is' keyword
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Replace invalid use of 'is' keyword
Cory Quammen
requested to merge
cory.quammen/cinema_python:remove-is-usage
into
for/paraview
Mar 03, 2020
Overview
4
Commits
1
Pipelines
0
Changes
1
'is' checks identity, not equality. In Python 3.8, this usage results in a warning.
Merge request reports
Loading