diff --git a/src/jasyntho/extract/rxn_setup/typing.py b/src/jasyntho/extract/rxn_setup/typing.py index 12d2eff..9a71860 100644 --- a/src/jasyntho/extract/rxn_setup/typing.py +++ b/src/jasyntho/extract/rxn_setup/typing.py @@ -31,7 +31,9 @@ class Substance(BaseModel): substance_name: str = Field( description="Name of the substance.", ) - role: Literal["reactant", "work-up", "solvent", "product", "intermediate"] = Field( + role: Literal[ + "reactant", "work-up", "solvent", "product", "intermediate" + ] = Field( description=( "What is the role of the substance in the reaction. " "'work-up' is reserved for substances used in subsequent "