diff options
Diffstat (limited to 'lib/chef/knife/user_show.rb')
-rw-r--r-- | lib/chef/knife/user_show.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/user_show.rb b/lib/chef/knife/user_show.rb index c2842aa576..544d420346 100644 --- a/lib/chef/knife/user_show.rb +++ b/lib/chef/knife/user_show.rb @@ -26,7 +26,6 @@ class Chef deps do require "chef/user_v1" - require "chef/json_compat" end banner "knife user show USER (options)" |