Skip to content

Commit

Permalink
DEV: Remove unnecessary requires (#15067)
Browse files Browse the repository at this point in the history
`auth/*` one was causing warnings (the file was loaded twice)

and `sha1` isn't used anymore here
  • Loading branch information
CvX committed Nov 23, 2021
1 parent 1c0dcbf commit d40e562
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/discourse.rb
Expand Up @@ -3,11 +3,8 @@

require 'cache'
require 'open3'
require_dependency 'route_format'
require_dependency 'plugin/instance'
require_dependency 'auth/default_current_user_provider'
require_dependency 'version'
require 'digest/sha1'

module Discourse
DB_POST_MIGRATE_PATH ||= "db/post_migrate"
Expand Down

0 comments on commit d40e562

Please sign in to comment.