1 parent 3b7adcf commit 2266285Copy full SHA for 2266285
1 file changed
camilladsp/general.py
@@ -72,7 +72,7 @@ def supported_device_types(self) -> Tuple[List[str], List[str]]:
72
Tuple[List[str], List[str]]: A tuple containing two lists,
73
with the supported playback and capture device types.
74
"""
75
- (playback, capture) = self.client.query("GetSupportedDeviceTypes")
+ playback, capture = self.client.query("GetSupportedDeviceTypes")
76
return (playback, capture)
77
78
def state_file_path(self) -> Optional[str]:
0 commit comments