Skip to content

Commit

Permalink
Update src/metldata/builtin_transformations/count_references/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Zajac <thomas-jakob.zajac@uni-tuebingen.de>
  • Loading branch information
sbilge and mephenor authored Aug 27, 2024
1 parent 51d2e1e commit 279d810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CountReferencesConfig(BaseSettings):

count_references: list[AddReferenceCountPropertyInstruction] = Field(
...,
description=("Description TODO"),
description=("A list of instructions describing for which class and corresponding relation path references should be counted."),
examples=[],
)

Expand Down

0 comments on commit 279d810

Please sign in to comment.