miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
811 stars 113 forks source link

Unused imports #146

Closed TerminalFi closed 2 years ago

TerminalFi commented 2 years ago

Just looked at the Jira renderer and noticed that. the following are unused imports

https://github.com/miyuchina/mistletoe/blob/94022647cd9d80e242db5c93a6567e3155b468bc/contrib/jira_renderer.py#L24

https://github.com/miyuchina/mistletoe/blob/94022647cd9d80e242db5c93a6567e3155b468bc/contrib/jira_renderer.py#L29

pbodnar commented 2 years ago

@TheSecEng, thanks for pointing that out.

I've created PR #147 for the case you or others would like to check the cleanup made. I think I will leave it open like for a week and then merge it if no one will protest. :)