Skip to content

Commit b578692

Browse files
committed
chore: fix pylint linting issue
1 parent 37039ce commit b578692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/src/braintrust/contrib/temporal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def __init__(self, logger: Any | None = None) -> None:
430430
workflow_runner=_modify_workflow_runner,
431431
)
432432
else:
433-
super().__init__(
433+
super().__init__( # pylint: disable=unexpected-keyword-arg
434434
name="braintrust",
435435
client_interceptors=[interceptor],
436436
worker_interceptors=[interceptor],

0 commit comments

Comments
 (0)