Removing dead code
Este commit está contenido en:
padre
44f0a6762e
commit
5b9859af3e
3
wani.py
3
wani.py
@ -401,9 +401,6 @@ class ComponentRendition:
|
||||
matches.representations[cid] = None
|
||||
else:
|
||||
matches.representations[cid] = " ".join(("" if r is None else r) for r in reps)
|
||||
|
||||
def __str__(self):
|
||||
return str(self.rendition)
|
||||
|
||||
|
||||
class ComponentStatus(Enum):
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user