juju-solutions / layer-tls-client

A Juju layer for tls-client code, to add client code to your charms.
1 stars 8 forks source link

Fix lint errors #11

Closed ktsakalozos closed 7 years ago

ktsakalozos commented 7 years ago

Fixes the following errors: DEBUG:runner:lib/charms/layer/tls_client.py:21:80: E501 line too long (80 > 79 characters) DEBUG:runner:lib/charms/layer/tls_client.py:23:1: E302 expected 2 blank lines, found 1 DEBUG:runner:lib/charms/layer/tls_client.py:24:80: E501 line too long (89 > 79 characters) DEBUG:runner:Makefile:11: recipe for target 'lint' failed DEBUG:runner:make: *** [lint] Error 1

ktsakalozos commented 7 years ago

Merging this to save us some time on the CI.