Commit 8ca3ed6e authored by Brett Walker's avatar Brett Walker

Only include request_helper if not defined

parent a7caebd8
# frozen_string_literal: true
require_relative 'teammate'
require_relative 'request_helper'
require_relative 'request_helper' unless defined?(Gitlab::Danger::RequestHelper)
module Gitlab
module Danger
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment