Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
doncamilom committed Jan 13, 2024
1 parent 9ba3b88 commit e317489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jasyntho/extract/rxn_setup/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit e317489

Please sign in to comment.