dexplo / jupyter_to_medium

Python package for publishing Jupyter Notebooks as Medium blogposts
https://dexplo.org/jupyter_to_medium
MIT License
144 stars 13 forks source link

Format code with black and flake8 to meet PEP #36

Closed mjam03 closed 2 years ago

mjam03 commented 2 years ago

Went through all .py files with black and flake8 to make sure formatting is compliant with PEP. No code changes, just formatting changes.