From 6aad4b8aa4549d613769ac57896773532287172f Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 28 Nov 2012 15:19:56 +0100 Subject: [PATCH] Delete an unused import --- ckan/tests/mock_publisher_auth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ckan/tests/mock_publisher_auth.py b/ckan/tests/mock_publisher_auth.py index 01a292424ea..57e136ee23a 100644 --- a/ckan/tests/mock_publisher_auth.py +++ b/ckan/tests/mock_publisher_auth.py @@ -1,4 +1,3 @@ -from ckan.new_authz import is_authorized from ckan.logic import NotAuthorized import logging