mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -02:30
flake8
This commit is contained in:
@@ -107,7 +107,7 @@ class LogstashFormatter(LogstashFormatterVersion1):
|
||||
(float, 'X-API-Query-Time'), # may also end with an 's'
|
||||
(str, 'X-API-Node'),
|
||||
]
|
||||
data_for_log['x_api'] = { k: convert_to_type(t, response[k]) for (t, k) in headers }
|
||||
data_for_log['x_api'] = {k: convert_to_type(t, response[k]) for (t, k) in headers}
|
||||
|
||||
data_for_log['request'] = {
|
||||
'method': request.method,
|
||||
|
||||
Reference in New Issue
Block a user