Skip to content

Commit

Permalink
Consistently include csv when used (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Jul 5, 2024
1 parent 4600853 commit 1f288f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/models/gobi/isbn_file.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: false

require 'csv'
module Gobi
class IsbnFile
attr_reader :received_items_file, :bib_hash
Expand Down
1 change: 1 addition & 0 deletions app/models/oclc/lc_call_slips/all_relevant_file.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require 'csv'
module Oclc
module LcCallSlips
class AllRelevantFile
Expand Down
2 changes: 1 addition & 1 deletion app/models/oclc/lc_call_slips/all_relevant_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

require 'csv'
module Oclc
module LcCallSlips
class AllRelevantJob < LcCallSlipJob
Expand Down
2 changes: 1 addition & 1 deletion app/models/oclc/lc_call_slips/selector_csv.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: false

require 'csv'
module Oclc
module LcCallSlips
class SelectorCSV
Expand Down
2 changes: 1 addition & 1 deletion app/models/oclc/lc_call_slips/selector_file.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

require 'csv'
module Oclc
module LcCallSlips
class SelectorFile
Expand Down

0 comments on commit 1f288f8

Please sign in to comment.