Update api spec (#145)
* YOYO NEW API SPEC! * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -4,15 +4,15 @@ from enum import Enum
|
||||
class UnitLength(str, Enum):
|
||||
"""The valid types of length units.""" # noqa: E501
|
||||
|
||||
"""# Centimetres <https://en.wikipedia.org/wiki/Centimetre> """ # noqa: E501
|
||||
"""# Centimeters <https://en.wikipedia.org/wiki/Centimeter> """ # noqa: E501
|
||||
CM = "cm"
|
||||
"""# Feet <https://en.wikipedia.org/wiki/Foot_(unit)> """ # noqa: E501
|
||||
FT = "ft"
|
||||
"""# Inches <https://en.wikipedia.org/wiki/Inch> """ # noqa: E501
|
||||
IN = "in"
|
||||
"""# Metres <https://en.wikipedia.org/wiki/Metre> """ # noqa: E501
|
||||
"""# Meters <https://en.wikipedia.org/wiki/Meter> """ # noqa: E501
|
||||
M = "m"
|
||||
"""# Millimetres <https://en.wikipedia.org/wiki/Millimetre> """ # noqa: E501
|
||||
"""# Millimeters <https://en.wikipedia.org/wiki/Millimeter> """ # noqa: E501
|
||||
MM = "mm"
|
||||
"""# Yards <https://en.wikipedia.org/wiki/Yard> """ # noqa: E501
|
||||
YD = "yd"
|
||||
|
Reference in New Issue
Block a user