docs: remove duplicate and double space

ref: N25B-298
This commit is contained in:
Twirre Meulenbelt
2025-11-22 19:32:50 +01:00
parent c1e92feba7
commit a53871360e
2 changed files with 1 additions and 4 deletions

View File

@@ -7,9 +7,6 @@ class SocketBase(object):
""" """
Base class for endpoints associated with a ZeroMQ socket. Base class for endpoints associated with a ZeroMQ socket.
:param identifier: The identifier of the endpoint.
:type identifier: str
:ivar identifier: The identifier of the endpoint. :ivar identifier: The identifier of the endpoint.
:vartype identifier: str :vartype identifier: str

View File

@@ -177,7 +177,7 @@ class MicrophoneUtils(object):
def test_choose_mic_no_argument(self, pyaudio_instance, mocker): def test_choose_mic_no_argument(self, pyaudio_instance, mocker):
""" """
Tests `choose_mic` function when no command-line arguments Tests `choose_mic` function when no command-line arguments
are provided, verifying that the function falls back correctly to the are provided, verifying that the function falls back correctly to the
system's default microphone selection. system's default microphone selection.
""" """