Skip to content

Commit efcdf69

Browse files
committed
this less dumb
1 parent feea168 commit efcdf69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pylabrobot/plate_reading/biotek_backend.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,7 @@ async def read_luminescence(self, focal_height: float) -> List[List[float]]:
280280

281281
await self.send_command("y", "08120112207434014351135308559127881772\x03")
282282

283-
cmd = (
284-
"008401010108120001200100001100100000123000500200200" "-001000-00300000000000000000001351092"
285-
)
283+
cmd = "008401010108120001200100001100100000123000500200200-001000-00300000000000000000001351092"
286284
await self.send_command("D", cmd)
287285

288286
resp = await self.send_command("O")

0 commit comments

Comments
 (0)