removed deprecated comment
This commit is contained in:
@ -272,7 +272,7 @@ cdef class View(OBIWrapper) :
|
|||||||
|
|
||||||
cdef Column old_column
|
cdef Column old_column
|
||||||
cdef Column new_column
|
cdef Column new_column
|
||||||
cdef index_t length = len(self) # TODO because last line triggered error that triggered rewriting, but needs a cleaner way, or at least good documentation
|
cdef index_t length = len(self)
|
||||||
cdef column_name_b = tobytes(column_name)
|
cdef column_name_b = tobytes(column_name)
|
||||||
|
|
||||||
if rewrite_last_line is False:
|
if rewrite_last_line is False:
|
||||||
|
Reference in New Issue
Block a user