Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-11-16 18:09:24 +0300
committerJames Lopez <james@jameslopez.es>2016-11-17 10:22:59 +0300
commit9e0102e494d27bbb7fcd4ae8f2b0c0bc4ce3e7ce (patch)
treee384b0007fe42362faf0b04efb5472185216a2a4 /lib/gitlab/cycle_analytics
parentcbd7d000395ff60fe3726e67ec351bd4d44582ec (diff)
small refactor - removing includes no longer needed
Diffstat (limited to 'lib/gitlab/cycle_analytics')
-rw-r--r--lib/gitlab/cycle_analytics/events_fetcher.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/cycle_analytics/events_fetcher.rb b/lib/gitlab/cycle_analytics/events_fetcher.rb
index 714afb88833..4c1d19774f5 100644
--- a/lib/gitlab/cycle_analytics/events_fetcher.rb
+++ b/lib/gitlab/cycle_analytics/events_fetcher.rb
@@ -1,8 +1,6 @@
module Gitlab
module CycleAnalytics
class EventsFetcher
- include MetricsFetcher
-
def initialize(project:, options:)
@query = EventsQuery.new(project: project, options: options)
end