summaryrefslogtreecommitdiff
path: root/lib/gitlab/database_importers/common_metrics.rb
blob: f964ae8a27541159030bd6ecd434e00d70e12a17 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Gitlab
  module DatabaseImporters
    module CommonMetrics
    end
  end
end