We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb1a49 commit 82405e6Copy full SHA for 82405e6
tests/test_write_api.py
@@ -25,6 +25,3 @@ def test_write_batching_with_bytes(self, mock_write_batching):
25
self.write_api._write_batching(bucket, org, data, precision)
26
27
mock_write_batching.assert_called_once_with(bucket, org, data, precision)
28
-
29
30
0 commit comments