mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
lint fixes
This commit is contained in:
@@ -1031,6 +1031,7 @@ def truncate_stdout(stdout, size):
|
||||
|
||||
return stdout + u'\u001b[0m' * (set_count - reset_count)
|
||||
|
||||
|
||||
def deepmerge(a, b):
|
||||
"""
|
||||
Merge dict structures and return the result.
|
||||
|
||||
Reference in New Issue
Block a user