Commit ce699b25 authored by Alex Kalderimis's avatar Alex Kalderimis

Remove unneeded superclass

parent 5ea16e44
# frozen_string_literal: true
class IssueRebalancingService < Issues::BaseService
class IssueRebalancingService
MAX_ISSUE_COUNT = 100_000
TooManyIssues = Class.new(StandardError)
......
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