Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit e7d7b1e

Browse files
authored
Eliminated unnecessary lines of code in row.py
1 parent 1f38119 commit e7d7b1e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/cloud/bigtable/row.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,6 @@ def _delete_cells(self, column_family_id, columns, time_range=None, state=None):
215215
mutations.DeleteAllFromFamily(family_to_delete=column_family_id)
216216
)
217217
else:
218-
start_timestamp_micros = None
219-
end_timestamp_micros = None
220218
timestamps = time_range._to_dict() if time_range else {}
221219
start_timestamp_micros = timestamps.get("start_timestamp_micros")
222220
end_timestamp_micros = timestamps.get("end_timestamp_micros")

0 commit comments

Comments
 (0)