Skip to content

Commit 179ddd3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4a8fe4a commit 179ddd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtest/tools/cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _sysfs_topo():
180180
cpuinfo["topology"]["cores"] = sorted(list(cores))
181181
cpuinfo["topology"]["caches"] = []
182182
for cache_type, cpusets in caches.items():
183-
(cache_level, cache_size, cache_linesize, cache_associativity, num_cpus) = (
183+
cache_level, cache_size, cache_linesize, cache_associativity, num_cpus = (
184184
cache_type
185185
)
186186
c = {

0 commit comments

Comments
 (0)