Remove unused method
This commit is contained in:
parent
f0748e98e0
commit
3c40e55976
1 changed files with 0 additions and 5 deletions
|
|
@ -63,11 +63,6 @@ _HANDLERS["yaml"] = _YAML_HANDLER
|
|||
_HANDLERS["xml"] = _XML_HANDLER
|
||||
|
||||
|
||||
def get_supported_formats() -> set[str]:
|
||||
"""Return the set of supported input formats."""
|
||||
return set(_HANDLERS.keys())
|
||||
|
||||
|
||||
def dump_yaml(data: Any, *, sort_keys: bool = True) -> str:
|
||||
"""Dump YAML using JinjaTurtle's dumper settings.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue