rubocops/cask/url: Remove unnecessary require "forwardable"

This commit is contained in:
Issy Long 2023-03-05 16:38:10 +00:00
parent f4a0bc7af3
commit 4791224acf
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -1,8 +1,6 @@
# typed: true
# frozen_string_literal: true
require "forwardable"
module RuboCop
module Cop
module Cask