Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu committed Nov 19, 2023
1 parent 9b2de3d commit 7bb9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acto/kubernetes_engine/kind.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_node_list(self, name: str):

return res

def stream_control_plane_stats(self, cluster_name: str) -> Generator[Dict]:
def stream_control_plane_stats(self, cluster_name: str) -> Iterator[Dict]:
'''Get stats of a node
Args:
- cluster_name: name of the cluster
Expand Down

0 comments on commit 7bb9b02

Please sign in to comment.