diff --git a/ckanext/gdi_userportal/logic/action/translation_utils.py b/ckanext/gdi_userportal/logic/action/translation_utils.py index 544a281..8469cfb 100644 --- a/ckanext/gdi_userportal/logic/action/translation_utils.py +++ b/ckanext/gdi_userportal/logic/action/translation_utils.py @@ -4,7 +4,6 @@ # # SPDX-License-Identifier: Apache-2.0 -import logging from dataclasses import dataclass from typing import Any, Dict, List @@ -13,8 +12,6 @@ # -*- coding: utf-8 -*- from ckan.plugins import toolkit -log = logging.getLogger(__name__) - PACKAGE_REPLACE_FIELDS = [ "access_rights", "conforms_to",