From c59d5db6313f1478f51e0c8dd71b376566c67c75 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Tue, 10 Aug 2021 18:39:28 -0400 Subject: [PATCH] Remove unnecessary require statements --- Library/Homebrew/livecheck/strategy/extract_plist.rb | 1 - Library/Homebrew/livecheck/strategy/header_match.rb | 2 -- 2 files changed, 3 deletions(-) diff --git a/Library/Homebrew/livecheck/strategy/extract_plist.rb b/Library/Homebrew/livecheck/strategy/extract_plist.rb index 81ad951c1a..cb1b18e547 100644 --- a/Library/Homebrew/livecheck/strategy/extract_plist.rb +++ b/Library/Homebrew/livecheck/strategy/extract_plist.rb @@ -3,7 +3,6 @@ require "bundle_version" require "unversioned_cask_checker" -require_relative "page_match" module Homebrew module Livecheck diff --git a/Library/Homebrew/livecheck/strategy/header_match.rb b/Library/Homebrew/livecheck/strategy/header_match.rb index d1d2d36f3c..dfb34c344e 100644 --- a/Library/Homebrew/livecheck/strategy/header_match.rb +++ b/Library/Homebrew/livecheck/strategy/header_match.rb @@ -1,8 +1,6 @@ # typed: true # frozen_string_literal: true -require_relative "page_match" - module Homebrew module Livecheck module Strategy