aboutsummaryrefslogtreecommitdiff
path: root/bin/leap
diff options
context:
space:
mode:
Diffstat (limited to 'bin/leap')
-rwxr-xr-xbin/leap2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/leap b/bin/leap
index 5912d55..461ff3c 100755
--- a/bin/leap
+++ b/bin/leap
@@ -26,7 +26,6 @@ end
require 'gli'
require 'highline'
require 'forwardable'
-require 'terminal-table'
#
# Typically, GLI and Highline methods are loaded into the global namespace.
@@ -38,7 +37,6 @@ require 'terminal-table'
module LeapCli::Commands
extend GLI::App
extend Forwardable
- extend Terminal::Table::TableHelper
#
# delegate highline methods to make them available to sub-commands