Move require statement to the correct file

This commit is contained in:
bbielsa
2021-11-17 20:41:23 -05:00
committed by Samantaz Fox
parent 8d47ec714e
commit 0a66a68db8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
require "csv"
def parse_subscription_export_csv(csv_content : String)
rows = CSV.new(csv_content, headers: true)
subscriptions = Array(String).new