friendly-traceback / friendly

Friendly-traceback's version used in most situations
https://friendly-traceback.github.io/docs/index.html
MIT License
40 stars 5 forks source link

Broken import on typing #18

Closed JulienPalard closed 2 years ago

JulienPalard commented 2 years ago

Beware, in https://github.com/friendly-traceback/friendly/blob/399614685a92542d4570885a2acb6fe598cd48a9/friendly/rich_formatters.py#L26 the import should use typing_info instead of typing.

aroberge commented 2 years ago

Sorry, that was a stupid error of my part. Thanks for catching this.

New version on pypi. (0.4.30)

aroberge commented 2 years ago

Added comment: I changed this in friendly_traceback yesterday, but forgot to check its effect on friendly as I thought I was not using any type annotations in friendly.