Skip to content

Commit

Permalink
remove unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Jan 24, 2024
1 parent 1831a2a commit 200830d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/goodreads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
require 'nokogiri'
require 'oauth'
require 'uri'
require_relative 'db'

module Goodreads
Book = Struct.new :image_url, :isbn, :title, keyword_init: true
Expand Down

0 comments on commit 200830d

Please sign in to comment.