test(ecstore): scope rebalance disk trait import

This commit is contained in:
overtrue
2026-08-22 12:32:31 +08:00
parent b8e9170cb0
commit d908f00f01
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#[cfg(test)]
use crate::disk::DiskAPI; use crate::disk::DiskAPI;
use crate::error::{Error, Result}; use crate::error::{Error, Result};
use crate::object_api::{GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader}; use crate::object_api::{GetObjectReader, ObjectInfo, ObjectOptions, PutObjReader};