python: Style cleanup.
[openvswitch] / python / ovs / ovsuuid.py
index 5739fcfaf5bada293d1703a1b4cfd7677045ff55..31c9bccd571abab8bc01748b30e2400e2856e72c 100644 (file)
@@ -21,6 +21,7 @@ import ovs.db.parser
 uuidRE = re.compile("^xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx$"
                     .replace('x', '[0-9a-fA-F]'))
 
+
 def zero():
     return uuid.UUID(int=0)