diff --git a/src/pydase/units.py b/src/pydase/units.py index 48ba632..a961a29 100644 --- a/src/pydase/units.py +++ b/src/pydase/units.py @@ -43,7 +43,8 @@ def convert_to_quantity( Notes: - - If unit is not provided and value is a float or int, the resulting Quantity will be unitless. + - If unit is not provided and value is a float or int, the resulting Quantity + will be unitless. """ if isinstance(value, int | float):