Skip to content

Commit

Permalink
[#2939] Remove unused import in logic.auth.delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 12, 2012
1 parent 626c76a commit ae062e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/logic/auth/delete.py
Expand Up @@ -2,7 +2,6 @@
import ckan.new_authz as new_authz
from ckan.logic.auth import get_package_object, get_group_object, get_related_object
from ckan.logic.auth import get_resource_object
from ckan.logic.auth.create import package_relationship_create
from ckan.lib.base import _

def package_delete(context, data_dict):
Expand Down

0 comments on commit ae062e7

Please sign in to comment.