From 7ef689d6586d4131247c8809e10b1e57433e5243 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 18 Oct 2024 17:20:02 -0700 Subject: [PATCH] Remove unused ostruct import Only noticed it cuz there's a deprecation warning, and so I was like, do we use it? I think not anymore! --- app/models/pet.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/pet.rb b/app/models/pet.rb index 540a37a3..756e9af3 100644 --- a/app/models/pet.rb +++ b/app/models/pet.rb @@ -1,5 +1,4 @@ require 'rocketamf_extensions/remote_gateway' -require 'ostruct' class Pet < ApplicationRecord NEOPETS_URL_ORIGIN = ENV['NEOPETS_URL_ORIGIN'] || 'https://www.neopets.com'