refactor: fixed black formatting

This commit is contained in:
2023-03-02 18:25:27 +01:00
parent 38c869f295
commit db32219bd3
8 changed files with 68 additions and 41 deletions

View File

@@ -137,7 +137,6 @@ class NPointController(SingletonController):
@channel_checked
def _get_current_pos(self, channel: int) -> float:
# for first channel: 0x11 83 13 34
addr = self._channel_base.copy()
addr.extend([f"{19 + 16 * channel:x}", "34"])