Skip to content

Commit

Permalink
Don't use the max-positional-args parent class for Juju logline.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 9, 2024
1 parent 0ad731a commit aa6342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def __reduce__(self):


@dataclasses.dataclass(frozen=True)
class JujuLogLine(_max_posargs(2)):
class JujuLogLine:
"""An entry in the Juju debug-log."""

level: str
Expand Down

0 comments on commit aa6342a

Please sign in to comment.