diff --git a/tabula/tabula/windc/tables.py b/tabula/tabula/windc/tables.py index 481edb9..a654fc5 100644 --- a/tabula/tabula/windc/tables.py +++ b/tabula/tabula/windc/tables.py @@ -214,4 +214,3 @@ class WinServicesTable(tables.DataTable): row_class = UpdateServiceRow status_columns = ['status'] table_actions = (CreateService,) - row_actions = (DeleteService,)