Rich is a Python library for rich text and beautiful formatting in the terminal.
refactor: remove dead _svg_hash function
_svg_hash has been unused since the SVG export rewrite in 113997ac (May 2022). The only caller (classes_prefix namespacing) was removed but the function definition was left behind. Removing it also fixes a latent NameError since zlib was deferred to export_svg() in the previous commit.
K
Kevin Turcios committed
38f9aacdf47c945a75a5e41a4a0ee37365e04457
Parent: b17c616