Skip to content

Commit c6215ea

Browse files
committed
RDBC-847 Remove obsolete comment
1 parent 2c29a2a commit c6215ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ravendb/documents/bulk_insert_operation.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@ def _get_id(self, entity: object) -> str:
413413
self._generate_entity_id_on_the_client.try_set_identity(entity, key)
414414
return key
415415

416-
# todo: CountersBulkInsert
417-
# todo: CountersBulkInsertOperation
418-
419416
class TimeSeriesBulkInsertBase(ABC):
420417
def __init__(self, operation: Optional[BulkInsertOperation], id_: Optional[str], name: Optional[str]):
421418
operation._end_previous_command_if_needed()

0 commit comments

Comments
 (0)