Skip to content

Commit

Permalink
remove unused type defs
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Oct 23, 2023
1 parent aca2579 commit e04dc95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ai/backend/manager/idle.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ def calculate_remaining_time(
return remaining.total_seconds()


class KernelActivenessData(NamedTuple):
cluster_role: str
value: float | None


KernelActiveness: TypeAlias = dict[KernelId, KernelActivenessData]


class KernelRemainingTimeData(NamedTuple):
cluster_role: str
remaining: float | None
Expand Down

0 comments on commit e04dc95

Please sign in to comment.