We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead86ea commit dd97735Copy full SHA for dd97735
1 file changed
docs/cqlengine/batches.rst
@@ -12,7 +12,7 @@ Batch Query General Use Pattern
12
13
.. code-block:: python
14
15
- from cassandra.cqlengine import BatchQuery
+ from cassandra.cqlengine.query import BatchQuery
16
17
#using a context manager
18
with BatchQuery() as b:
0 commit comments