From aa6342a70c52bd3fecaeab0377a2d728be42cb5b Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Tue, 10 Dec 2024 11:35:34 +1300 Subject: [PATCH] Don't use the max-positional-args parent class for Juju logline. --- testing/src/scenario/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/src/scenario/state.py b/testing/src/scenario/state.py index d7e24bffc..ad9595175 100644 --- a/testing/src/scenario/state.py +++ b/testing/src/scenario/state.py @@ -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