From 06f9599234fda3d82d0d5ac6a5cf637be57b48bf Mon Sep 17 00:00:00 2001 From: "Ware, Joseph (DLSLtd,RAL,LSCI)" Date: Mon, 16 Oct 2023 15:24:41 +0100 Subject: [PATCH] linting --- src/dls_bluesky_core/core/maths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dls_bluesky_core/core/maths.py b/src/dls_bluesky_core/core/maths.py index ff0779a..a99009b 100644 --- a/src/dls_bluesky_core/core/maths.py +++ b/src/dls_bluesky_core/core/maths.py @@ -35,7 +35,7 @@ def step_to_num(start: float, stop: float, step: float) -> Tuple[float, float, i def in_micros(t: float) -> int: """ - Converts between a positive number of seconds and an equivalent + Converts between a positive number of seconds and an equivalent number of microseconds. Args: