python: Style cleanup.
[sliver-openvswitch.git] / python / ovs / db / error.py
index f863516..c3fd302 100644 (file)
@@ -14,6 +14,7 @@
 
 import ovs.json
 
+
 class Error(Exception):
     def __init__(self, msg, json=None, tag=None):
         self.msg = msg