Skip to content

Commit 1e80754

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)