Don't require everything.

This commit is contained in:
Markus Reiter 2024-07-15 10:25:25 -04:00
parent 601134b047
commit b353e9cbf2
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -2,7 +2,8 @@
# frozen_string_literal: true
require "downloadable"
require "concurrent"
require "concurrent/promise"
require "concurrent/executors"
module Homebrew
class DownloadQueue