Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/openml_mlm…
Browse files Browse the repository at this point in the history
…odel_connector

sync
  • Loading branch information
Taniya-Das committed Nov 28, 2023
2 parents eeacec6 + b9c51d8 commit ce75e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converters/schema/dcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class DcatAPDistribution(DcatAPObject):

class DcatAPDataset(DcatAPObject):
type_: str = Field(default="dcat:Dataset", alias="@type", const=True)
description: str = Field(
description: str | None = Field(
alias="dct:description",
description="This property contains a free-text account of the Dataset",
)
Expand Down

0 comments on commit ce75e97

Please sign in to comment.