From c9d653fb1edabad814c2e40dbfc93330be034653 Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Thu, 5 Mar 2026 15:06:08 +0200 Subject: [PATCH] test_tablets_migration: drop unused imports from cassandra.query Co-authored-by: Copilot CLI Signed-off-by: Benny Halevy --- test/cluster/test_tablets_migration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cluster/test_tablets_migration.py b/test/cluster/test_tablets_migration.py index 1ac06c4587..a0803d8a79 100644 --- a/test/cluster/test_tablets_migration.py +++ b/test/cluster/test_tablets_migration.py @@ -5,7 +5,6 @@ # from collections import defaultdict -from cassandra.query import SimpleStatement, ConsistencyLevel from test.pylib.manager_client import ManagerClient from test.pylib.rest_client import HTTPError, read_barrier from test.pylib.tablets import get_tablet_replica, get_all_tablet_replicas, get_tablet_info