Skip to content

Commit

Permalink
Remove unnecessary require of deprecation (#324)
Browse files Browse the repository at this point in the history
Remove unnecessary require of deprecation
  • Loading branch information
mjgiarlo committed Aug 15, 2019
2 parents 120d1e8 + a07dc25 commit 70bd4b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/versions_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'deprecation'

class VersionsController < ApplicationController
extend Deprecation
self.deprecation_horizon = 'dor-services-app 3.0.0'
Expand Down

0 comments on commit 70bd4b4

Please sign in to comment.