Apply suggestions from code review

Co-authored-by: Steven Palma <imstevenpmwork@ieee.org>
This commit is contained in:
Simon Alibert
2025-06-04 13:13:50 +02:00
committed by GitHub
parent 46cd157c55
commit 92ea7fc0fb
2 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ class MockInstructionPacket(MockFeetechPacket):
@classmethod
def sync_write(
cls,
ids_values: dict[int],
ids_values: dict[int,int],
start_address: int,
data_length: int,
) -> bytes: