Skip to content

Commit

Permalink
squash: drop forgotten init=False
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Jan 5, 2024
1 parent b6a3250 commit 4a5e340
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 @@ -175,7 +175,7 @@ def go(self) -> Iterator['Self']:
yield self


@dataclasses.dataclass(init=False)
@dataclasses.dataclass
class MultiGuestTask(Task[TaskResultT]):
"""
A task assigned to a particular set of guests.
Expand Down

0 comments on commit 4a5e340

Please sign in to comment.