Skip to content

Commit

Permalink
[#1039] Minor code cleanup - unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 26, 2013
1 parent 6180c75 commit ab420ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckan/controllers/user.py
Expand Up @@ -4,7 +4,6 @@

from pylons import config

import ckan.lib.i18n as i18n
import ckan.lib.base as base
import ckan.model as model
import ckan.lib.helpers as h
Expand All @@ -16,7 +15,7 @@
import ckan.lib.navl.dictization_functions as dictization_functions
import ckan.plugins as p

from ckan.common import _, session, c, g, request
from ckan.common import _, c, g, request

log = logging.getLogger(__name__)

Expand Down

0 comments on commit ab420ff

Please sign in to comment.