diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-15 08:45:08 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-07-15 08:45:08 -0700 |
commit | 221b90666356bd5c6ff40a2e46135418e1887ca8 (patch) | |
tree | f50c95aa8cb79dc26ea1205c0c3b344caf3e4907 /lib/chef/knife/client_show.rb | |
parent | 189a3d1b364ac816b735348d338b57986ee480be (diff) | |
download | chef-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_show.rb')
-rw-r--r-- | lib/chef/knife/client_show.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/client_show.rb b/lib/chef/knife/client_show.rb index ce3bf458b2..5a07ff7af1 100644 --- a/lib/chef/knife/client_show.rb +++ b/lib/chef/knife/client_show.rb @@ -26,7 +26,6 @@ class Chef deps do require "chef/api_client_v1" - require "chef/json_compat" end banner "knife client show CLIENT (options)" |