noahmorrison / chevron

A Python implementation of mustache
MIT License
486 stars 52 forks source link

Fix flake8-reported style issues #41

Closed akosthekiss closed 5 years ago

akosthekiss commented 5 years ago

For the records, these are the reported and now fixed issues:

./setup.py:19:1: E303 too many blank lines (3)
./chevron/renderer.py:104:1: E305 expected 2 blank lines after class or function definition, found 1
./chevron/renderer.py:106:1: E302 expected 2 blank lines, found 1
./chevron/renderer.py:285:50: E701 multiple statements on one line (colon)
coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.004%) to 99.156% when pulling f8c5d6df4a18297a0acd1485b56e9411bddaa71a on akosthekiss:fix-flake8 into 076fbfaf34e4373ec1474b6c115c74664f7380b1 on noahmorrison:master.