mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 11:52:36 +01:00
utils: pep8 fixes
This commit is contained in:
@@ -521,7 +521,6 @@ def merge_sequencies(s1, s2):
|
||||
return type(s2)(unique(chain(s1, s2)))
|
||||
|
||||
|
||||
|
||||
def merge_maps(m1, m2):
|
||||
return type(m2)(chain(iter(m1.items()), iter(m2.items())))
|
||||
|
||||
@@ -604,6 +603,7 @@ def resolve_cpus(name, target):
|
||||
msg = 'Unexpected core name "{}"'
|
||||
raise ValueError(msg.format(name))
|
||||
|
||||
|
||||
@memoized
|
||||
def resolve_unique_domain_cpus(name, target):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user