From 4791224acfed47fa3f5388703d391efd774c7727 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sun, 5 Mar 2023 16:38:10 +0000 Subject: [PATCH] rubocops/cask/url: Remove unnecessary `require "forwardable"` --- Library/Homebrew/rubocops/cask/url.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/rubocops/cask/url.rb b/Library/Homebrew/rubocops/cask/url.rb index e81a394c3b..e78752206c 100644 --- a/Library/Homebrew/rubocops/cask/url.rb +++ b/Library/Homebrew/rubocops/cask/url.rb @@ -1,8 +1,6 @@ # typed: true # frozen_string_literal: true -require "forwardable" - module RuboCop module Cop module Cask