Skip to content

Commit 8e51ef7

Browse files
committed
lint
1 parent 2fe93f2 commit 8e51ef7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

teachpyx/tools/profiling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ def add_rows(rows, d):
438438
stall = 0
439439
if verbose and logf is not None:
440440
logf(
441-
"[pstats] %s=%r"
442-
% (clean_text(k[0].replace("\\", "/")), *k[1:], v)
441+
"[pstats] %s=%r" % (clean_text(k[0].replace("\\", "/")), *k[1:], v)
443442
)
444443
if len(v) < 5:
445444
continue

0 commit comments

Comments
 (0)