Spaces:
Runtime error
Runtime error
File size: 167 Bytes
63deadc |
1 2 3 4 5 |
"""DEPRECATED: Kept for backwards compatibility."""
from langchain_core.utils.formatting import StrictFormatter, formatter
__all__ = ["StrictFormatter", "formatter"]
|