From: Matt Benjamin Date: Thu, 9 Dec 2021 18:24:52 +0000 (-0500) Subject: rgw:adminops: remove "import json" from radosgw_admin_rest.py X-Git-Tag: v17.1.0~264^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=338d024a28bf8dab1fa364c0f0914fbf74934c4b;p=ceph.git rgw:adminops: remove "import json" from radosgw_admin_rest.py This is perhaps erring a bit on the side of cosmetic fixes. Signed-off-by: Matt Benjamin --- diff --git a/qa/tasks/radosgw_admin_rest.py b/qa/tasks/radosgw_admin_rest.py index 77fb3a65e623..4e40a98f9a6e 100644 --- a/qa/tasks/radosgw_admin_rest.py +++ b/qa/tasks/radosgw_admin_rest.py @@ -16,7 +16,6 @@ import boto.s3.acl import requests import time -import json from boto.connection import AWSAuthConnection from teuthology import misc as teuthology