From 9fde65108a24be9113430767016af4f578d2baf2 Mon Sep 17 00:00:00 2001 From: Rae Knowler Date: Thu, 8 Aug 2024 11:31:02 +0200 Subject: [PATCH] style: Remove unneeded noqas --- ckanext/geocat/utils/mapping_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ckanext/geocat/utils/mapping_utils.py b/ckanext/geocat/utils/mapping_utils.py index e069043..f9d04b0 100644 --- a/ckanext/geocat/utils/mapping_utils.py +++ b/ckanext/geocat/utils/mapping_utils.py @@ -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,