Skip to content

Commit 25a162f

Browse files
committed
Edited auto_batch
1 parent 59fb42d commit 25a162f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_code/auto_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(self, row):
110110
self._cache = {} # unwrapped_rows
111111
self._deleted = False
112112
self._row = None
113-
self.row = row
113+
self.row = row # property
114114

115115
@staticmethod
116116
def from_batched_add(column_values, batch_table):

0 commit comments

Comments
 (0)