tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

call_win32 function contains incomparable type #392

Open mojtabafarzaneh opened 2 months ago

mojtabafarzaneh commented 2 months ago

I was working on a project and encountered this error in ansitowin32 file: "erase_line" is not a known attribute of "None"

it seems that it has a quick fix by using # type : ignore can I make a pull request and fix that?