Skip to content

Commit

Permalink
Remove unnecessary require statements
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Aug 11, 2021
1 parent 7f770bc commit cac774c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Library/Homebrew/livecheck/strategy/extract_plist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

require "bundle_version"
require "unversioned_cask_checker"
require_relative "page_match"

module Homebrew
module Livecheck
Expand Down
2 changes: 0 additions & 2 deletions Library/Homebrew/livecheck/strategy/header_match.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# typed: true
# frozen_string_literal: true

require_relative "page_match"

module Homebrew
module Livecheck
module Strategy
Expand Down

0 comments on commit cac774c

Please sign in to comment.