mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-08-27 09:21:30 -04:00
fd69cc7e42
Removed duplicate BaseModel dependencies in class inheritances. Also, sorted imports by `isort`.
7 lines
171 B
Python
7 lines
171 B
Python
# flake8: noqa
|
|
from typing import Dict
|
|
|
|
from langchain.chains.constitutional_ai.models import ConstitutionalPrinciple
|
|
|
|
PRINCIPLES: Dict[str, ConstitutionalPrinciple] = {}
|