summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/ovs/db/types.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/ovs/db/types.py b/python/ovs/db/types.py
index 00b9ab40d..4e8f8f143 100644
--- a/python/ovs/db/types.py
+++ b/python/ovs/db/types.py
@@ -505,8 +505,6 @@ class Type(object):
return "set of %s%s" % (quantity, plural)
def constraintsToEnglish(self, escapeLiteral=returnUnchanged):
- s = ""
-
constraints = []
keyConstraints = self.key.constraintsToEnglish(escapeLiteral)
if keyConstraints: