Skip to content

Commit

Permalink
Fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gistbatch committed Mar 26, 2024
1 parent 54bd777 commit be84e0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/scheduling/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ class Result:
PTimes = list[list[float]]
STimes = list[list[list[float]]]
Benchmark = list[ # TODO should we move this?
dict[str, dict[str, int] | list[dict[str, PTimes | STimes | dict[str, Result]]]]
dict[
str, dict[str, int] | list[dict[str, Result]]
]
]


Expand Down

0 comments on commit be84e0b

Please sign in to comment.