diff --git a/ebook_converter/ebooks/lrf/pylrs/pylrs.py b/ebook_converter/ebooks/lrf/pylrs/pylrs.py index fa95928..2da754b 100644 --- a/ebook_converter/ebooks/lrf/pylrs/pylrs.py +++ b/ebook_converter/ebooks/lrf/pylrs/pylrs.py @@ -1166,6 +1166,9 @@ class TextStyle(LrsStyle): tb.attrs = self.attrs.copy() return tb + def __hash__(self): + return id(self) + class BlockStyle(LrsStyle): """