diff --git a/Library/Homebrew/livecheck/strategy/git.rb b/Library/Homebrew/livecheck/strategy/git.rb index d9945d4b91..2372802adc 100644 --- a/Library/Homebrew/livecheck/strategy/git.rb +++ b/Library/Homebrew/livecheck/strategy/git.rb @@ -1,7 +1,6 @@ # typed: strict # frozen_string_literal: true -require "open3" require "system_command" module Homebrew