flake8 fixup

This commit is contained in:
Ryan Petrello 2017-09-18 09:44:39 -04:00
parent 6a4b4edea3
commit 68b924efe5
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -146,6 +146,7 @@ activity_stream_registrar.connect(WorkflowJob)
# prevent API filtering on certain Django-supplied sensitive fields
prevent_search(User._meta.get_field('password'))
# Always, always, always defer result_stdout_text for polymorphic UnifiedJob rows
# TODO: remove this defer in 3.3 when we implement https://github.com/ansible/ansible-tower/issues/5436
def defer_stdout(f):