2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00
ovs/python/ovs_build_helpers
Timothy Redaelli 8433cea48d python: Use "if x not in" instead of "if not x in".
For flake8 rule E713, "Test for membership should be 'not in'" so
replace any "if not x in the_list" with "if x not in the_list"

Acked-by: Mike Pattrick <mkp@redhat.com>
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
2024-11-27 18:53:19 +01:00
..