Skip to content

Commit 94de953

Browse files
committed
Fix a whitespace issue
This wasn't flagged by Ruff, I should possibly just turn off the flake8 code.
1 parent eac79dd commit 94de953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/labthings_fastapi/properties.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,12 @@ def __init__(self, constraints: Mapping[str, Any] | None = None) -> None:
363363

364364
constraints: Mapping[str, Any]
365365
"""Validation constraints applied to this property.
366-
366+
367367
This mapping contains keyword arguments that will be passed to
368368
`pydantic.Field` to add validation constraints to the property.
369369
See `pydantic.Field` for details. The module-level constant
370370
`CONSTRAINT_ARGS` lists the supported constraint arguments.
371-
371+
372372
Note that these constraints will be enforced when values are
373373
received over HTTP, but they are not automatically enforced
374374
when setting the property directly on the `.Thing` instance

0 commit comments

Comments
 (0)