This commit is contained in:
J. Nick Koston
2025-07-01 15:44:32 -05:00
parent 8713945c6a
commit 08f563167f

View File

@@ -122,7 +122,7 @@ def _validate_no_sorting_component(
)
def _final_validate_sorting(config):
def _final_validate_sorting(config: ConfigType) -> ConfigType:
if (webserver_version := config.get(CONF_VERSION)) != 3:
_validate_no_sorting_component(
CONF_SORTING_WEIGHT, webserver_version, fv.full_config.get()