Skip to content

Commit afca68c

Browse files
committed
lint
1 parent b9985c6 commit afca68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/profile_conversion_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def profile(profiler="none", name="MobileNet", show_all=False):
8989
pr.disable()
9090
s = io.StringIO()
9191
sortby = SortKey.CUMULATIVE
92-
ps = pstats.Stats(pr, stream=s).sort_stats(sortby)
92+
ps = Stats(pr, stream=s).sort_stats(sortby)
9393
ps.print_stats()
9494
print(s.getvalue())
9595
else:

0 commit comments

Comments
 (0)