From f79fadd2829327c7580db1960fbf3b45e8c017d0 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Tue, 12 May 2026 16:43:19 -0400 Subject: [PATCH] tentacle: test/rgw_multi: Import boto.s3.user for UserJSONENcoder This fixes the run-tox-qa failure in make check. Signed-off-by: Adam C. Emerson --- src/test/rgw/rgw_multi/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/rgw/rgw_multi/tools.py b/src/test/rgw/rgw_multi/tools.py index dd7f91ade29..de463598d03 100644 --- a/src/test/rgw/rgw_multi/tools.py +++ b/src/test/rgw/rgw_multi/tools.py @@ -1,5 +1,6 @@ import json import boto +import boto.s3.user # For UserJSONEncoder def append_attr_value(d, attr, attrv): if attrv and len(str(attrv)) > 0: -- 2.47.3