Edinburgh-Genome-Foundry / pdf_reports

:closed_book: Python library and CSS theme to generate PDF reports from HTML/Pug
https://edinburgh-genome-foundry.github.io/pdf_reports/
MIT License
225 stars 40 forks source link

Added backports.functools-lru-cache for compatibility #8

Closed nvalerkos closed 5 years ago

nvalerkos commented 5 years ago

hi,

had an issue with py2.7, this fixes it. Please let me know if its ok.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 36


Changes Missing Coverage Covered Lines Changed/Added Lines %
pdf_reports/pdf_reports.py 2 4 50.0%
<!-- Total: 2 4 50.0% -->
Totals Coverage Status
Change from base Build 35: -1.02%
Covered Lines: 128
Relevant Lines: 152

💛 - Coveralls
Zulko commented 5 years ago

Yep thanks!