Skip to content

Commit

Permalink
Remove unnecessary requires
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Nov 19, 2024
1 parent 30b8eae commit f46fc6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/workers/snpedia.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# frozen_string_literal: true
require 'net/http'
require 'rexml/document'
require 'media_wiki'

class Snpedia
include Sidekiq::Worker
Expand Down
2 changes: 1 addition & 1 deletion coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"result": {
"line": 54.47
"line": 63.23
}
}

0 comments on commit f46fc6b

Please sign in to comment.