From b6d86add73a659554a42918d54b607cec7b517bc Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 23 Sep 2020 14:39:52 -0400 Subject: [PATCH] Remove unused require Follows up on a185ff8. --- activestorage/app/models/active_storage/variant.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/activestorage/app/models/active_storage/variant.rb b/activestorage/app/models/active_storage/variant.rb index 5a63d145b9..b92bf68089 100644 --- a/activestorage/app/models/active_storage/variant.rb +++ b/activestorage/app/models/active_storage/variant.rb @@ -1,7 +1,5 @@ # frozen_string_literal: true -require "ostruct" - # Image blobs can have variants that are the result of a set of transformations applied to the original. # These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the # original.