Skip to content

Commit

Permalink
Fix rubocop warning
Browse files Browse the repository at this point in the history
Specs are failing if I remove this import
  • Loading branch information
flash-gordon committed Jan 6, 2025
1 parent 777c132 commit cf66b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dry/struct/extensions/pretty_print.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "pp"
require "pp" # rubocop:disable Lint/RedundantRequireStatement

module Dry
class Struct
Expand Down

0 comments on commit cf66b27

Please sign in to comment.