Skip to content

Commit 2266285

Browse files
committed
Format
1 parent 3b7adcf commit 2266285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

camilladsp/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def supported_device_types(self) -> Tuple[List[str], List[str]]:
7272
Tuple[List[str], List[str]]: A tuple containing two lists,
7373
with the supported playback and capture device types.
7474
"""
75-
(playback, capture) = self.client.query("GetSupportedDeviceTypes")
75+
playback, capture = self.client.query("GetSupportedDeviceTypes")
7676
return (playback, capture)
7777

7878
def state_file_path(self) -> Optional[str]:

0 commit comments

Comments
 (0)