From 6c28918e2b20e8af4c4ea08568b13181c7c8aa09 Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Tue, 2 Apr 2024 09:54:31 -0500 Subject: [PATCH] lint --- alicat/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alicat/driver.py b/alicat/driver.py index 632ce4d..8d7ac13 100644 --- a/alicat/driver.py +++ b/alicat/driver.py @@ -405,7 +405,7 @@ async def set_totalizer_batch(self, batch_volume: float, batch: int = 1, units: batch_volume: Target batch volume, in same units as units on device units: Units of the volume being provided. Default - is 0, so device returns default engineering units. + is 0, so device returns default engineering units. """ engineering_units_table = {"default":0, "SμL":2, "SmL":3, "SL":4, \ "Scm3":6, "Sm3":7, "Sin3":8, "Sft3":9, "kSft3":10, "NμL":32, \