Skip to content

Commit 716dc9c

Browse files
committed
Fix lint
1 parent 3277076 commit 716dc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/tracing/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def _show(self, prof, filename, sort):
2929
if filename is not None:
3030
prof.dump_stats(filename)
3131
else:
32-
prof.print_stats(sort)
32+
prof.print_stats(sort)

0 commit comments

Comments
 (0)