summaryrefslogtreecommitdiff
path: root/lib/chef/knife/client_list.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 08:45:08 -0700
committerTim Smith <tsmith@chef.io>2018-07-15 08:45:08 -0700
commit221b90666356bd5c6ff40a2e46135418e1887ca8 (patch)
treef50c95aa8cb79dc26ea1205c0c3b344caf3e4907 /lib/chef/knife/client_list.rb
parent189a3d1b364ac816b735348d338b57986ee480be (diff)
downloadchef-221b90666356bd5c6ff40a2e46135418e1887ca8.tar.gz
Remove require json_compat where note used
We're not directly manipulating json in these knife plugins. We're using mostly using the API class or environment/role classes directly. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife/client_list.rb')
-rw-r--r--lib/chef/knife/client_list.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/client_list.rb b/lib/chef/knife/client_list.rb
index 794d8c9411..bf68c46990 100644
--- a/lib/chef/knife/client_list.rb
+++ b/lib/chef/knife/client_list.rb
@@ -24,7 +24,6 @@ class Chef
deps do
require "chef/api_client_v1"
- require "chef/json_compat"
end
banner "knife client list (options)"