Skip to content

Commit

Permalink
Fix: Solved mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Sep 30, 2024
1 parent 2cd7f89 commit f4995d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph_vrf/coordinator/executor_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async def _list_compute_nodes(self) -> AsyncIterator[ComputeResourceNode]:

@staticmethod
def _get_minimum_score_threshold(
resource_nodes: List[ComputeResourceNode],
resource_nodes: List[Dict[str, Any]],
percentile_value: int = 75
) -> float:
"""
Expand Down

0 comments on commit f4995d7

Please sign in to comment.