Skip to content

Commit a399639

Browse files
authored
Remove include_v reference (#135)
1 parent 9370abd commit a399639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tdclient/table_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def list_tables(self, db):
3333
'created_at': datetime.datetime(2019, 1, 30, 5, 34, 42, tzinfo=tzutc()),
3434
'updated_at': datetime.datetime(2019, 1, 30, 5, 34, 46, tzinfo=tzutc()),
3535
'type': 'log',
36-
'include_v': True,
3736
'count': 150,
3837
'schema': [['sepal_length', 'double', 'sepal_length'],
3938
['sepal_width', 'double', 'sepal_width'],

0 commit comments

Comments
 (0)