Skip to content

Commit

Permalink
[#7] Remove useless require nokogiri statment
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 30, 2021
1 parent dff824b commit edcb48d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/services/google/parser_service.rb
Expand Up @@ -2,8 +2,6 @@

module Google
class ParserService
require 'nokogiri'

NON_ADS_RESULT_SELECTOR = 'a[data-ved]:not([role]):not([jsaction]):not(.adwords):not(.footer-links)'

def initialize(html_response:)
Expand Down

0 comments on commit edcb48d

Please sign in to comment.