Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Jun 8, 2016
1 parent 5692ecc commit 13840e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/views/api.py
@@ -1,7 +1,7 @@
import cgi
import logging

from flask import Blueprint, request, make_response, g, redirect, url_for
from flask import Blueprint, request, make_response, g, url_for
from werkzeug.exceptions import BadRequest

import ckan.model as model
Expand All @@ -10,7 +10,6 @@
from ckan.lib.navl.dictization_functions import DataError
from ckan.logic import get_action, ValidationError, NotFound, NotAuthorized
from ckan.lib.search import SearchError, SearchIndexError, SearchQueryError
# import ckan.plugins as p


log = logging.getLogger(__name__)
Expand Down

0 comments on commit 13840e6

Please sign in to comment.