Skip to content

Commit d422e35

Browse files
committed
typing fix for 3.9
1 parent 93f583c commit d422e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codeflash/result/explanation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Explanation:
1818
function_name: str
1919
file_path: Path
2020
replay_performance_gain: Optional[float]
21-
fto_benchmark_timings: Optional[Union[dict, int]]
22-
total_benchmark_timings: Optional[Union[dict, int]]
21+
fto_benchmark_timings: Optional[dict[str, int]]
22+
total_benchmark_timings: Optional[dict[str, int]]
2323

2424
@property
2525
def perf_improvement_line(self) -> str:

0 commit comments

Comments
 (0)