Skip to content

Commit

Permalink
toplev: Fix mypy types
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Apr 23, 2024
1 parent 9d87160 commit adb231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ def do_execute(rlist, summary, evstr, flat_rmap, out, rest, resoff, revnum):
linenum = 1
skip = False
last_linenum = [0]
fallback = {}
fallback = {} # type: Dict[Tuple[str,str], Tuple[float, ValStat]]
need_fallback = False
if not args.import_ and not args.interval:
start = time.time()
Expand Down

0 comments on commit adb231d

Please sign in to comment.