mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +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:
@@ -14,6 +14,7 @@
|
||||
|
||||
import re
|
||||
|
||||
|
||||
def xapi_local():
|
||||
return Session()
|
||||
|
||||
@@ -97,6 +98,7 @@ class Pool(Table):
|
||||
def __init__(self):
|
||||
Table.__init__(self, Pool.__records)
|
||||
|
||||
|
||||
class VIF(Table):
|
||||
__records = ({"uuid": "6ab1b260-398e-49ba-827b-c7696108964c",
|
||||
"other_config":
|
||||
@@ -105,6 +107,7 @@ class VIF(Table):
|
||||
def __init__(self):
|
||||
Table.__init__(self, VIF.__records)
|
||||
|
||||
|
||||
class VM(Table):
|
||||
__records = ({"uuid": "fcb8a3f6-dc04-41d2-8b8a-55afd2b755b8",
|
||||
"other_config":
|
||||
|
||||
Reference in New Issue
Block a user