Skip to content

Commit

Permalink
chore: Remove requires of pp to satisfy rubocop (#19332)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Oct 21, 2022
1 parent 7d40aea commit 83dd05e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion google-cloud-bigquery/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ desc "Start an interactive shell."
task :console do
require "irb"
require "irb/completion"
require "pp"

$LOAD_PATH.unshift "lib"

Expand Down
1 change: 0 additions & 1 deletion google-cloud-bigtable/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ desc "Start an interactive shell."
task :console do
require "irb"
require "irb/completion"
require "pp"

$LOAD_PATH.unshift "lib"

Expand Down
2 changes: 0 additions & 2 deletions google-cloud-monitoring/samples/uptime_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

require "pp"

# [START monitoring_uptime_check_list_ips]
def list_ips
require "google/cloud/monitoring"
Expand Down
1 change: 0 additions & 1 deletion google-cloud-translate-v2/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ desc "Start an interactive shell."
task :console do
require "irb"
require "irb/completion"
require "pp"

$LOAD_PATH.unshift "lib"

Expand Down

0 comments on commit 83dd05e

Please sign in to comment.