Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Apr 2, 2024
1 parent 13e20cf commit 6c28918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alicat/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 6c28918

Please sign in to comment.