Skip to content

Commit

Permalink
Remove unused kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
keik committed Aug 30, 2016
1 parent e4d744b commit efc3a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiotrans_transform_onset/onset_detection_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class OnsetDetectionTransform(Transform):

def __init__(self, argv=[], **kwargs):
def __init__(self, argv=[]):
parser = ArgumentParser(
prog='onset',
description="""audiotrans transform module for onset detection.
Expand Down

0 comments on commit efc3a60

Please sign in to comment.