From e6d19116c4e27d0313922bbeb7363b477e9bfe3a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 11:14:41 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/mocks/mock_dynamixel.py | 2 +- tests/mocks/mock_feetech.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mocks/mock_dynamixel.py b/tests/mocks/mock_dynamixel.py index a81c49cbb..d446bf272 100644 --- a/tests/mocks/mock_dynamixel.py +++ b/tests/mocks/mock_dynamixel.py @@ -281,7 +281,7 @@ class MockInstructionPacket(MockDynamixelPacketv2): @classmethod def sync_write( cls, - ids_values: dict[int,int], + ids_values: dict[int, int], start_address: int, data_length: int, ) -> bytes: diff --git a/tests/mocks/mock_feetech.py b/tests/mocks/mock_feetech.py index 636aa9c88..a73b842d2 100644 --- a/tests/mocks/mock_feetech.py +++ b/tests/mocks/mock_feetech.py @@ -151,7 +151,7 @@ class MockInstructionPacket(MockFeetechPacket): @classmethod def sync_write( cls, - ids_values: dict[int,int], + ids_values: dict[int, int], start_address: int, data_length: int, ) -> bytes: