Skip to content

Commit

Permalink
remove unnecessary require instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Dec 22, 2023
1 parent 81bc271 commit 2484728
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/controllers/admin/schedules_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'open_food_network/permissions'
require 'order_management/subscriptions/proxy_order_syncer'

module Admin
class SchedulesController < Admin::ResourceController
Expand Down
2 changes: 0 additions & 2 deletions app/services/order_cycle_clone.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'order_management/subscriptions/proxy_order_syncer'

class OrderCycleClone
def initialize(order_cycle)
@original_order_cycle = order_cycle
Expand Down
1 change: 0 additions & 1 deletion app/services/order_cycle_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'open_food_network/permissions'
require 'open_food_network/order_cycle_form_applicator'
require 'order_management/subscriptions/proxy_order_syncer'

class OrderCycleForm
def initialize(order_cycle, order_cycle_params, user)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'order_management/subscriptions/proxy_order_syncer'

module OrderManagement
module Subscriptions
class Form
Expand Down
2 changes: 0 additions & 2 deletions spec/lib/reports/enterprise_fee_summary/parameters_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

require "spec_helper"

require "date_time_string_validator"

module Reporting
module Reports
module EnterpriseFeeSummary
Expand Down
1 change: 0 additions & 1 deletion spec/services/invoice_renderer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'spec_helper'
require 'spree/payment_methods_helper'

describe InvoiceRenderer do
include Spree::PaymentMethodsHelper
Expand Down

0 comments on commit 2484728

Please sign in to comment.