Skip to content

Commit

Permalink
Fix 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 d1070cf commit 1d2044d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_catalog(self) -> Catalog:

class TopTableTimings:
_VALUE_FIELD: str = "timing"
top_entites: SortedList[Dict[str, Any]]
top_entites: SortedList
_size: int

def __init__(self, size: int = 10):
Expand Down

0 comments on commit 1d2044d

Please sign in to comment.