Skip to content

Commit

Permalink
fix: remove unused import from drupal_idp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Rudenko committed Aug 11, 2023
1 parent 254d2c0 commit eadc1ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckanext/drupal_api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import ckan.plugins.toolkit as tk
import ckan.lib.redis as redis

from ckanext.drupal_idp.utils import session_cookie_name

import ckanext.drupal_api.config as c
from ckanext.drupal_api.types import T, MaybeNotCached, DontCache
from ckanext.drupal_api.logic.api import CoreAPI, JsonAPI
Expand Down

0 comments on commit eadc1ff

Please sign in to comment.