miyuchina / mistletoe

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

refactor: remove unused imports and variables (#146) #147

Closed pbodnar closed 2 years ago

pbodnar commented 2 years ago

Removing all unused stuff identified by running:

autoflake --remove-all-unused-imports --remove-unused-variables -r -i .