zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
318 stars 42 forks source link

Remove unused imports #75

Closed timvink closed 4 years ago

timvink commented 4 years ago

I basically ran pyflakes

timvink commented 4 years ago

The failing build is for python 3.4. Probably best to drop support for python 3.4 and go for 3.5+. So remove the test.

PyYAML requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*' but the running Python is 3.4.8