Skip to content

Commit

Permalink
add logging, remove backends import
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSoroos committed Mar 5, 2024
1 parent 73d98de commit aa47612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/embeddings/actions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ckan.plugins import toolkit

from ckanext.embeddings.backends import get_embeddings_backend

import logging
log = logging.getLogger(__name__)

@toolkit.side_effect_free
def package_similar_show(context, data_dict):
Expand Down

0 comments on commit aa47612

Please sign in to comment.