Skip to content

Commit

Permalink
Move require to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
jonduarte committed Nov 21, 2018
1 parent 2bd0728 commit 48e794b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/zhong/util.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "digest"

module Zhong
module Util
def safe_mget(keys)
Expand Down
1 change: 0 additions & 1 deletion lib/zhong/web_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require "uri"
require "digest"

module Zhong
# Most of the following helpers are copied from a previous version of the Sidekiq project
Expand Down

0 comments on commit 48e794b

Please sign in to comment.