Skip to content

Commit

Permalink
style: Remove unneeded noqas
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Aug 8, 2024
1 parent b495ca3 commit 9fde651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckanext/geocat/utils/mapping_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

DCT = Namespace("http://purl.org/dc/terms/")
SKOS = Namespace("http://www.w3.org/2004/02/skos/core#")
TERMS_OF_USE_OPEN = 'https://opendata.swiss/terms-of-use/#terms_open' # noqa
TERMS_OF_USE_BY = 'https://opendata.swiss/terms-of-use#terms_by' # noqa
TERMS_OF_USE_ASK = 'https://opendata.swiss/terms-of-use#terms_ask' # noqa
TERMS_OF_USE_BY_ASK = 'https://opendata.swiss/terms-of-use#terms_by_ask' # noqa
TERMS_OF_USE_OPEN = 'https://opendata.swiss/terms-of-use/#terms_open'
TERMS_OF_USE_BY = 'https://opendata.swiss/terms-of-use#terms_by'
TERMS_OF_USE_ASK = 'https://opendata.swiss/terms-of-use#terms_ask'
TERMS_OF_USE_BY_ASK = 'https://opendata.swiss/terms-of-use#terms_by_ask'
VALID_TERMS_OF_USE = [
TERMS_OF_USE_BY,
TERMS_OF_USE_ASK,
Expand Down

0 comments on commit 9fde651

Please sign in to comment.