summaryrefslogtreecommitdiff
path: root/cliff/display.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/display.py')
-rw-r--r--cliff/display.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cliff/display.py b/cliff/display.py
index 6d9f522..9dd2718 100644
--- a/cliff/display.py
+++ b/cliff/display.py
@@ -70,12 +70,6 @@ class DisplayCommandBase(Command):
return parser
@abc.abstractmethod
- def take_action(self, parsed_args):
- """Return a two-part tuple with a tuple of column names
- and a tuple of values.
- """
-
- @abc.abstractmethod
def produce_output(self, parsed_args, column_names, data):
"""Use the formatter to generate the output.