diff options
| author | Tim Smith <tsmith84@gmail.com> | 2020-08-12 12:38:00 -0700 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2020-08-12 12:38:00 -0700 |
| commit | 345d2c9d680911e5ab34b5a35e0412083510fcee (patch) | |
| tree | 692bd750b47e7f631654eac4956b71456c085e4b /lib | |
| parent | a699df1b7e04fcfecb6b3fdd0c5bd2c389aae101 (diff) | |
| download | chef-duplicate_require.tar.gz | |
Remove a duplicate requireduplicate_require
New RuboCop rule detected this dupe
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/chef/chef_class.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/chef_class.rb b/lib/chef/chef_class.rb index 5fe90aef3e..bcb5eec4e4 100644 --- a/lib/chef/chef_class.rb +++ b/lib/chef/chef_class.rb @@ -32,7 +32,6 @@ require_relative "platform/provider_handler_map" require_relative "platform/resource_handler_map" require_relative "deprecated" require_relative "event_dispatch/dsl" -require_relative "deprecated" class Chef class << self |
