Skip to content

Commit dd97735

Browse files
committed
Fixed docs import BatchQuery
1 parent ead86ea commit dd97735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cqlengine/batches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Batch Query General Use Pattern
1212

1313
.. code-block:: python
1414
15-
from cassandra.cqlengine import BatchQuery
15+
from cassandra.cqlengine.query import BatchQuery
1616
1717
#using a context manager
1818
with BatchQuery() as b:

0 commit comments

Comments
 (0)