mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
python: Resolve pep8 blank line errors.
Resolve pep8 errors E302 and E303: E302 expected 2 blank lines, found 1 E303 too many blank lines (3) Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -22,6 +22,7 @@ import ovs.unixctl.server
|
||||
vlog = ovs.vlog.Vlog("test-unixctl")
|
||||
exiting = False
|
||||
|
||||
|
||||
def unixctl_exit(conn, unused_argv, aux):
|
||||
assert aux == "aux_exit"
|
||||
global exiting
|
||||
|
Reference in New Issue
Block a user