Skip to content

Commit

Permalink
more pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahJohnsonONS committed Jun 5, 2024
1 parent dc9ad57 commit dcabee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _get_dcat_dataset_with_catalog_metadata(self) -> rdf.dcat.Dataset:
dcat_dataset_with_metadata = rdf.dcat.Dataset(self._uris.get_dataset_uri())
self.cube.metadata.configure_dcat_dataset(dcat_dataset_with_metadata)
dcat_dataset_with_metadata.distribution.add(
rdf.dcat.Distribution(self._uris.get_distribution_uri())
ExistingResource(self._uris.get_distribution_uri()).uri # type: ignore
)
return dcat_dataset_with_metadata

Expand Down

0 comments on commit dcabee2

Please sign in to comment.