Remove # type: ignore[call-arg] in HCI_Command builders

This commit is contained in:
Josh Wu
2023-12-02 19:10:05 +08:00
parent 247cb89332
commit 10a3833893
5 changed files with 62 additions and 62 deletions
-1
View File
@@ -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]
)
)