mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>