From 08c4e6848ef66d3511af8d52bd1ae844268ba62c Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Fri, 8 Sep 2023 22:52:33 +0900 Subject: [PATCH] remove useless require --- Library/Homebrew/formula.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index b7e4b2becc26e..fdf2d37ff002d 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -31,8 +31,6 @@ require "extend/on_system" require "api" require "extend/api_hashable" -require "cli/parser" -require "commands" # A formula provides instructions and metadata for Homebrew to install a piece # of software. Every Homebrew formula is a {Formula}.