diff --git a/tuskar/tests/api/api.py b/tuskar/tests/api/api.py index 2a8b29fc..6264dad9 100644 --- a/tuskar/tests/api/api.py +++ b/tuskar/tests/api/api.py @@ -15,10 +15,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -"""Base classes for API tests. -""" - -# import urllib from oslo.config import cfg @@ -26,7 +22,6 @@ import pecan import pecan.testing from tuskar.api import acl -# from tuskar.openstack.common import jsonutils from tuskar.tests import base