mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-04 14:41:59 +00:00 
			
		
		
		
	Move require statement to the correct file
This commit is contained in:
		@@ -1,5 +1,3 @@
 | 
			
		||||
require "csv"
 | 
			
		||||
 | 
			
		||||
# See http://www.evanmiller.org/how-not-to-sort-by-average-rating.html
 | 
			
		||||
def ci_lower_bound(pos, n)
 | 
			
		||||
  if n == 0
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user