Pattern: Use of deprecated <>
Issue: -
<>
has been deprecated and removed in Python 3. Replace instances of <>
with !=
.
assert 'test' != 'testing'
Pattern: Use of deprecated <>
Issue: -
<>
has been deprecated and removed in Python 3. Replace instances of <>
with !=
.
assert 'test' != 'testing'