deckhand/deckhand/engine
Felipe Monteiro 97578a933f [fix gate] Fix pep8 errors
Fix failing pep8 errors which were never being flagged but now are,
possibly due to changes in flake8 rules. This patchset corrects
the following errors:

./deckhand/engine/layering.py:567:21: W503 line break before binary operator
./deckhand/engine/secrets_manager.py:406:33: W503 line break before binary operator
./deckhand/engine/utils.py:33:17: W503 line break before binary operator
./deckhand/common/utils.py:292:17: W503 line break before binary operator

Change-Id: Ic26aecb6b8049e138a826af9953f45298e817795
2018-05-09 02:14:08 +01:00
..
schemas Add functional tests for document replacement 2018-03-28 17:09:40 -04:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
document_validation.py [validation] Add validation codes DXXX for validation failures 2018-05-05 02:08:18 +00:00
layering.py [fix gate] Fix pep8 errors 2018-05-09 02:14:08 +01:00
secrets_manager.py [fix gate] Fix pep8 errors 2018-05-09 02:14:08 +01:00
utils.py [fix gate] Fix pep8 errors 2018-05-09 02:14:08 +01:00