Skip to content

Commit

Permalink
Remove unnecessary requires (RuboCop)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 12, 2025
1 parent 38b0960 commit df971c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/sshkit/backends/connection_pool.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require "monitor"
require "thread"

# Since we call to_s on new connection arguments and use that as a cache key, we
# need to make sure the memory address of the object is not used as part of the
Expand Down
2 changes: 0 additions & 2 deletions lib/sshkit/runners/parallel.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'thread'

module SSHKit

module Runner
Expand Down

0 comments on commit df971c7

Please sign in to comment.