Skip to content

Commit 737ba30

Browse files
authored
Update nemo_curator/stages/audio/common.py
Signed-off-by: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com>
1 parent d6d0854 commit 737ba30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nemo_curator/stages/audio/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def __init__(
9292
input_value_key: str,
9393
target_value: int | str,
9494
operator: str = "eq",
95-
**kwargs,
9695
):
9796
self.input_value_key = input_value_key
9897
self.target_value = target_value

0 commit comments

Comments
 (0)