This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 156e268  Ninja add missing import
156e268 is described below

commit 156e268094dc595a5d9147a8869628197cc76934
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Jan 27 11:12:59 2022 -0600

    Ninja add missing import
---
 batch_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/batch_test.py b/batch_test.py
index 2d928d8..3820633 100644
--- a/batch_test.py
+++ b/batch_test.py
@@ -6,7 +6,7 @@ import logging
 from cassandra import ConsistencyLevel, Timeout, Unavailable
 from cassandra.query import SimpleStatement
 
-from dtest import Tester, create_ks
+from dtest import Tester, create_ks, mk_bman_path
 from tools.assertions import (assert_all, assert_invalid, assert_one,
                               assert_unavailable)
 from tools.jmxutils import (JolokiaAgent, make_mbean)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to