Skip to content

Commit

Permalink
Strip double parens.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 22, 2023
1 parent 09802ea commit c057f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from ops.model import MAX_LOG_LINE_LEN, _ModelBackend


class FakeModelBackend((_ModelBackend)):
class FakeModelBackend(_ModelBackend):

def __init__(self):
self._calls : typing.List[typing.Tuple[str, str]] = []
Expand Down

0 comments on commit c057f0e

Please sign in to comment.