Skip to content

Commit 2fe93f2

Browse files
committed
ruff
1 parent fed5a1d commit 2fe93f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teachpyx/tools/profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def add_rows(rows, d):
439439
if verbose and logf is not None:
440440
logf(
441441
"[pstats] %s=%r"
442-
% ((clean_text(k[0].replace("\\", "/")),) + k[1:], v)
442+
% (clean_text(k[0].replace("\\", "/")), *k[1:], v)
443443
)
444444
if len(v) < 5:
445445
continue

0 commit comments

Comments
 (0)