ubuntu-drivers-common icon indicating copy to clipboard operation
ubuntu-drivers-common copied to clipboard

Fix a pycodestyle E721 error with the newer python

Open seb128 opened this issue 11 months ago • 0 comments

In Noble

$ python3.12 -B tests/run test_static.TestStatic.test_pycodestyle_clean
test_pycodestyle_clean (test_static.TestStatic.test_pycodestyle_clean)
pycodestyle - Python style guide checker ... tests/testarchive.py:128:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
FAIL

seb128 avatar Mar 26 '24 14:03 seb128