Skip to content

Commit d174a4d

Browse files
internal: remove unreachable code in schema
Part of #282
1 parent 599e3f4 commit d174a4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tarantool/schema.py

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def __init__(self, index_row, space):
9797
"""
9898

9999
self.iid = index_row[1]
100-
self.name = index_row[2]
101100
self.name = to_unicode(index_row[2])
102101
self.index = index_row[3]
103102
self.unique = index_row[4]

0 commit comments

Comments
 (0)