Skip to content

Commit

Permalink
Add docstrings to Node documentation endpoints
Browse files Browse the repository at this point in the history
Remove duplicate docstring not included in OpanAPI pages
  • Loading branch information
NeonDaniel committed Oct 7, 2024
1 parent 522e13e commit 8455e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_nodes/streaming_audio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

from os.path import join, isfile, dirname
from threading import Thread, Event
from base64 import b64decode, b64encode
from base64 import b64encode

from ovos_plugin_manager.microphone import OVOSMicrophoneFactory
from ovos_config.config import Configuration
Expand Down

0 comments on commit 8455e09

Please sign in to comment.