Skip to content

Commit

Permalink
Pre-commit auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2024
1 parent 0c5fa0e commit d175093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/brailleDisplayDrivers/nlseReaderZoomax.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def _sendRequest(self, command: bytes, arg: Union[bytes, bool, int] = b""):
ESCAPE,
command,
arg,
]
],
)
self._dev.write(data)

Expand Down Expand Up @@ -256,7 +256,7 @@ def display(self, cells: List[int]):
"kb:rightArrow": ("br(nlseReaderZoomax):right",),
"kb:enter": ("br(nlseReaderZoomax):select",),
},
}
},
)


Expand Down

0 comments on commit d175093

Please sign in to comment.