Skip to content

Commit

Permalink
Fixes for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal committed Jan 10, 2025
1 parent 1d2044d commit 66d53f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def __str__(self) -> str:


class TimingClass:
times: SortedList[float]
times: SortedList

def __init__(self):
self.times = SortedList()
Expand Down

0 comments on commit 66d53f4

Please sign in to comment.