lint fixes

This commit is contained in:
Jim Ladd
2021-03-11 14:20:35 -08:00
parent 14b610dabf
commit 8501a45531
3 changed files with 3 additions and 2 deletions

View File

@@ -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.