From 8455e09a092112cddc11d69c685ff05f289db224 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Mon, 7 Oct 2024 09:16:26 -0700 Subject: [PATCH] Add docstrings to Node documentation endpoints Remove duplicate docstring not included in OpanAPI pages --- neon_nodes/streaming_audio_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon_nodes/streaming_audio_client.py b/neon_nodes/streaming_audio_client.py index b2835c2..cfbf094 100644 --- a/neon_nodes/streaming_audio_client.py +++ b/neon_nodes/streaming_audio_client.py @@ -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