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

View File

@@ -99,7 +99,7 @@ def validate_sorting_groups(config: ConfigType) -> ConfigType:
def _validate_no_sorting_component(
sorting_component: str,
webserver_version: int,
config: dict,
config: ConfigType,
path: list[str] | None = None,
) -> None:
if path is None: