1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused require

Follows up on a185ff8.
This commit is contained in:
George Claghorn 2020-09-23 14:39:52 -04:00
parent 5abe09bba7
commit b6d86add73

View file

@ -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.