]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: fix flake8 E721 in _dict_diff
authorGuillaume Abrioux <gabrioux@ibm.com>
Tue, 10 Feb 2026 15:25:47 +0000 (16:25 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 19 Feb 2026 12:54:56 +0000 (12:54 +0000)
commit94bedc865df7afefca8330ed2a7df8a449f64827
tree840dad268dffb43c186d471378e4a183da67fd16
parentc4004ae01adf02002ca62aa98ac4aa8949ce8925
node-proxy: fix flake8 E721 in _dict_diff

Use "is not" instead of "!=" for type comparison in _dict_diff()

Fixes: https://tracker.ceph.com/issues/74749
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit 0a4ad2fefc810b8c09b29beea8f16f54487902b8)
src/ceph-node-proxy/ceph_node_proxy/util.py