Skip to content

Commit

Permalink
Don't require everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jul 15, 2024
1 parent 616e800 commit 8d29dd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/download_queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# frozen_string_literal: true

require "downloadable"
require "concurrent"
require "concurrent/promise"
require "concurrent/executors"

module Homebrew
class DownloadQueue
Expand Down

0 comments on commit 8d29dd3

Please sign in to comment.