Fix black complaint

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2022-08-10 08:31:02 +02:00
parent ea8020473d
commit 778dcfa587
5 changed files with 16 additions and 15 deletions

View file

@ -61,7 +61,7 @@ class EqualsAny(object):
return True
def __repr__(self):
return u"ANYTHING"
return "ANYTHING"
ANYTHING = EqualsAny()