Skip to content

Commit

Permalink
fix broken DataTable plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Sep 24, 2024
1 parent db65382 commit 951bf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions countess/plugins/data_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
StringParam,
TabularMultiParam,
)
from countess.core.plugins import BasePlugin
from countess.core.plugins import PandasInputPlugin


class _ColumnsMultiParam(MultiParam):
Expand All @@ -20,7 +20,7 @@ class _ColumnsMultiParam(MultiParam):
index = BooleanParam("Index?")


class DataTablePlugin(BasePlugin):
class DataTablePlugin(PandasInputPlugin):
"""DataTable"""

name = "DataTable"
Expand Down

0 comments on commit 951bf3c

Please sign in to comment.