Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
manasdk committed Jun 16, 2016
1 parent 35701dd commit 65682e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions st2api/st2api/controllers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import six
from pecan.rest import RestController
from oslo_config import cfg
from six.moves.urllib import parse as urlparse # pylint: disable=import-error

from st2api.controllers.controller_transforms import transform_to_bool
Expand Down

0 comments on commit 65682e1

Please sign in to comment.