Skip to content

Commit

Permalink
Remove unused kwargs param
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 11, 2023
1 parent 93d41f3 commit cd3c797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_audio/tts/neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_requested_tts_languages(msg) -> list:


class NeonPlaybackThread(PlaybackThread):
def __init__(self, queue, bus=None, **kwargs):
def __init__(self, queue, bus=None):
LOG.info("Initializing NeonPlaybackThread")
PlaybackThread.__init__(self, queue, bus=bus)

Expand Down

0 comments on commit cd3c797

Please sign in to comment.