mirror of
https://github.com/google/bumble.git
synced 2026-06-02 07:47:03 +00:00
Remove # type: ignore[call-arg] in HCI_Command builders
This commit is contained in:
@@ -73,7 +73,6 @@ async def main() -> None:
|
||||
HCI_Enhanced_Setup_Synchronous_Connection_Command(
|
||||
connection_handle=connections[0].handle,
|
||||
**ESCO_PARAMETERS[DefaultCodecParameters.ESCO_CVSD_S3].asdict(),
|
||||
# type: ignore[call-args]
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user