Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 83dd05e

Browse files
authored
chore: Remove requires of pp to satisfy rubocop (googleapis#19332)
1 parent 7d40aea commit 83dd05e

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

google-cloud-bigquery/Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ desc "Start an interactive shell."
146146
task :console do
147147
require "irb"
148148
require "irb/completion"
149-
require "pp"
150149

151150
$LOAD_PATH.unshift "lib"
152151

google-cloud-bigtable/Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ desc "Start an interactive shell."
202202
task :console do
203203
require "irb"
204204
require "irb/completion"
205-
require "pp"
206205

207206
$LOAD_PATH.unshift "lib"
208207

google-cloud-monitoring/samples/uptime_check.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
require "pp"
16-
1715
# [START monitoring_uptime_check_list_ips]
1816
def list_ips
1917
require "google/cloud/monitoring"

google-cloud-translate-v2/Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ desc "Start an interactive shell."
158158
task :console do
159159
require "irb"
160160
require "irb/completion"
161-
require "pp"
162161

163162
$LOAD_PATH.unshift "lib"
164163

0 commit comments

Comments
 (0)