Skip to content

Commit 2523a96

Browse files
committed
Lint/RedundantRequireStatement
This commit removes an unnecessary require statement of pp, which is a default Gem. This offense was identified by the Rubocop Lint/RedundantRequireStatement cop.
1 parent c2fa276 commit 2523a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/puppet/application/face_base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require_relative '../../puppet/application'
44
require_relative '../../puppet/face'
55
require 'optparse'
6-
require 'pp'
76

87
class Puppet::Application::FaceBase < Puppet::Application
98
option("--debug", "-d") do |_arg|

0 commit comments

Comments
 (0)