mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 05:47:55 +00:00
This resolves the following flake8 error types: F841 local variable 'e' is assigned to but never used F401 'exceptions' imported but unused Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>