Skip to content

Commit

Permalink
remove socket related things
Browse files Browse the repository at this point in the history
  • Loading branch information
niceking committed Apr 4, 2023
1 parent 809fb5c commit 5aea53f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/buildkite/test_collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ module TestCollector
require "json"
require "logger"
require "net/http"
require "openssl"
require "time"
require "timeout"
require "tmpdir"
require "securerandom"
require "socket"
require "websocket"

require "active_support/core_ext/object/blank"
require "active_support/core_ext/hash/indifferent_access"
Expand Down

0 comments on commit 5aea53f

Please sign in to comment.