NEO-98: Remove unused ability gate alias in validate_content.
parent
04126693e1
commit
e6b8386102
|
|
@ -495,11 +495,6 @@ def _prototype_ability_catalog_gate(seen_ids: dict[str, str]) -> str | None:
|
|||
return None
|
||||
|
||||
|
||||
def _prototype_e5m1_ability_gate(seen_ids: dict[str, str]) -> str | None:
|
||||
"""Backward-compatible alias for the combined prototype ability catalog gate."""
|
||||
return _prototype_ability_catalog_gate(seen_ids)
|
||||
|
||||
|
||||
def _validate_npc_behavior_catalogs(
|
||||
*,
|
||||
npc_behavior_files: list[Path],
|
||||
|
|
|
|||
Loading…
Reference in New Issue