mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
flake8 fixup
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user