pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
387 stars 78 forks source link

Fix type hinting #150

Closed ziegenberg closed 3 years ago

ziegenberg commented 3 years ago

This PR fixes the last type hinting errors. There is now no # type: ignore comment anymore.

FIXES #149

ziegenberg commented 3 years ago

@ssbarnea this is ready for review