Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Sep 26, 2023
1 parent be8f6bf commit 7606948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/ckanext/ckanext-ytp_main/ckanext/ytp/dcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ def graph_from_catalog(self, catalog_dict, catalog_ref):

description = ('Suomen kansallinen avoimen datan portaali. Suomi.fi-avoindata on kaikille tarkoitettu palvelu avoimen '

Check warning on line 591 in ckan/ckanext/ckanext-ytp_main/ckanext/ytp/dcat.py

View check run for this annotation

Codecov / codecov/patch

ckan/ckanext/ckanext-ytp_main/ckanext/ytp/dcat.py#L591

Added line #L591 was not covered by tests
'datan julkaisemiseen ja hyödyntämiseen. Den finska nationella dataportalen för öppna data. '
'Suomi.fi-öppnadata är en tjänst för att publicera och utnyttja öppna data. The Finnish national open data '
'portal. Suomi.fi Open Data is a service for publishing and utilising open data for everyone.')
'Suomi.fi-öppnadata är en tjänst för att publicera och utnyttja öppna data. The Finnish national open '
'data portal. Suomi.fi Open Data is a service for publishing and utilising open data for everyone.')
g.add((catalog_ref, DCT.description, Literal(description)))

spatial = 'koko Suomi, hela Finland, entire Finland'
Expand Down

0 comments on commit 7606948

Please sign in to comment.