Skip to content

Commit c60aaa0

Browse files
committed
Make all arguments keyword-only
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d1b80f3 commit c60aaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frequenz/sdk/config/_logging_actor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ async def run() -> None:
133133

134134
def __init__(
135135
self,
136+
*,
136137
config_recv: Receiver[Mapping[str, Any]],
137138
log_format: str = "%(asctime)s %(levelname)-8s %(name)s:%(lineno)s: %(message)s",
138139
log_datefmt: str = "%Y-%m-%dT%H:%M:%S%z",

0 commit comments

Comments
 (0)