2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-25 15:07:05 +00:00

python: Add double newline after fuction or class (E305).

pycodestyle >= 2.1.0 reports E305 otherwise, and the flake8-check step
fails.

Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Daniele Di Proietto
2016-12-01 12:58:25 -08:00
parent 821b86649a
commit 884e0dfe8f
6 changed files with 28 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ def fork():
cancel()
_hooks = []
_added_hook = False
_files = {}