mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 12:02:16 +01:00
6 lines
233 B
Python
6 lines
233 B
Python
# See voluptuous/__init__.pyi. Re-exports probatio.humanize under the voluptuous name.
|
|
from probatio.humanize import (
|
|
MAX_VALIDATION_ERROR_ITEM_LENGTH as MAX_VALIDATION_ERROR_ITEM_LENGTH,
|
|
humanize_error as humanize_error,
|
|
)
|