summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-12 12:38:00 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-12 12:38:00 -0700
commit345d2c9d680911e5ab34b5a35e0412083510fcee (patch)
tree692bd750b47e7f631654eac4956b71456c085e4b
parenta699df1b7e04fcfecb6b3fdd0c5bd2c389aae101 (diff)
downloadchef-345d2c9d680911e5ab34b5a35e0412083510fcee.tar.gz
Remove a duplicate requireduplicate_require
New RuboCop rule detected this dupe Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/chef_class.rb1
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