Skip to content

Commit eec145e

Browse files
committed
add type hint
1 parent 27791cf commit eec145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bumble/avdtp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ def on_close_command(self):
21622162
def on_abort_command(self):
21632163
self.emit('abort')
21642164

2165-
def on_delayreport_command(self, delay):
2165+
def on_delayreport_command(self, delay: int):
21662166
self.emit('delay_report', delay)
21672167

21682168
def on_rtp_channel_open(self):

0 commit comments

Comments
 (0)