Skip to content

Commit

Permalink
squash: fix post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Nov 21, 2023
1 parent 0e52503 commit 94ec544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class MultiGuestTask(Task[TaskResultT]):
guests: list['Guest']

@tmt.utils.cached_property
def guest_ids(self) -> List[str]:
def guest_ids(self) -> list[str]:
return sorted([guest.multihost_name for guest in self.guests])

def run_on_guest(self, guest: 'Guest', logger: Logger) -> None:
Expand Down

0 comments on commit 94ec544

Please sign in to comment.