summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/authors_importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/authors_importer.rb b/lib/authors_importer.rb
index 08b3be9..8532a95 100644
--- a/lib/authors_importer.rb
+++ b/lib/authors_importer.rb
@@ -1,5 +1,5 @@
1require 'csv' 1require 'csv'
2 2require 'digest/sha1'
3 3
4class AuthorsImporter 4class AuthorsImporter
5 5