Skip to content

Commit 8aa11da

Browse files
committed
remove some class variables
1 parent ea16591 commit 8aa11da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sounddevice.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,12 +2503,10 @@ def __init__(self, exclusive=False, auto_convert=False):
25032503
class _CallbackContext:
25042504
"""Helper class for reuse in play()/rec()/playrec() callbacks."""
25052505

2506-
blocksize = None
25072506
frame = 0
25082507
frames: int
25092508
input_channels = output_channels = None
25102509
input_dtype = output_dtype = None
2511-
input_mapping = output_mapping = None
25122510
silent_channels = None
25132511

25142512
def __init__(self, loop=False):

0 commit comments

Comments
 (0)