Fix black complaint
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ea8020473d
commit
778dcfa587
5 changed files with 16 additions and 15 deletions
|
|
@ -61,7 +61,7 @@ class EqualsAny(object):
|
|||
return True
|
||||
|
||||
def __repr__(self):
|
||||
return u"ANYTHING"
|
||||
return "ANYTHING"
|
||||
|
||||
|
||||
ANYTHING = EqualsAny()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue