Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
Replace invalid use of 'is' keyword
Code
Review changes
Check out branch
Download
Patches
Plain diff
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
Expand
'is' checks identity, not equality. In Python 3.8, this usage results in a warning.
Merge request reports
Loading