mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
ovs.db.types: Remove write-only variable from constraintsToEnglish().
Found by pychecker.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user