Skip to content

Commit 5a0e8f4

Browse files
committed
Fix typo
1 parent 9548670 commit 5a0e8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weaviate/collections/batch/async_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def request_maker():
272272
request = request_maker()
273273
total_size = request.ByteSize()
274274

275-
uuids, beacons = set()
275+
uuids, beacons = set(), set()
276276
for object_ in objects:
277277
obj = self.__batch_grpc.grpc_object(object_._to_internal())
278278
obj_size = obj.ByteSize() + per_object_overhead

0 commit comments

Comments
 (0)