Removing dead code
This commit is contained in:
parent
44f0a6762e
commit
5b9859af3e
3
wani.py
3
wani.py
|
@ -401,9 +401,6 @@ class ComponentRendition:
|
||||||
matches.representations[cid] = None
|
matches.representations[cid] = None
|
||||||
else:
|
else:
|
||||||
matches.representations[cid] = " ".join(("" if r is None else r) for r in reps)
|
matches.representations[cid] = " ".join(("" if r is None else r) for r in reps)
|
||||||
|
|
||||||
def __str__(self):
|
|
||||||
return str(self.rendition)
|
|
||||||
|
|
||||||
|
|
||||||
class ComponentStatus(Enum):
|
class ComponentStatus(Enum):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user