From 338d024a28bf8dab1fa364c0f0914fbf74934c4b Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Thu, 9 Dec 2021 13:24:52 -0500 Subject: [PATCH] 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 --- qa/tasks/radosgw_admin_rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tasks/radosgw_admin_rest.py b/qa/tasks/radosgw_admin_rest.py index 77fb3a65e62..4e40a98f9a6 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 -- 2.39.5