Skip to content

Commit 7fd7d69

Browse files
committed
don't need index flg on data tables any more
1 parent 68b6d5e commit 7fd7d69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

countess/plugins/data_table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from countess import VERSION
66
from countess.core.parameters import (
77
ArrayParam,
8-
BooleanParam,
98
DataTypeChoiceParam,
109
MultiParam,
1110
StringParam,
@@ -20,7 +19,6 @@
2019
class _ColumnsMultiParam(MultiParam):
2120
name = StringParam("Name")
2221
type = DataTypeChoiceParam("Type")
23-
index = BooleanParam("Index?")
2422

2523

2624
class DataTablePlugin(DuckdbInputPlugin):

0 commit comments

Comments
 (0)