Skip to content

Commit

Permalink
Remove unused **kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 29, 2024
1 parent a4f218f commit ee30e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/audio/frame.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ cdef class AudioFrame(Frame):
def rate(self, value):
self.ptr.sample_rate = value

def to_ndarray(self, **kwargs):
def to_ndarray(self):
"""Get a numpy array of this frame.
.. note:: Numpy must be installed.
Expand Down

0 comments on commit ee30e4f

Please sign in to comment.