graphite-project / carbon

Function contains unused argument PYL-W0613
Anti-pattern
Major
1 occurrence in this check
Unused argument 'root_service'
171    plugin_class.build(root_service)
172
173
174def setupAggregatorProcessor(root_service, settings):175  from carbon.aggregator.processor import AggregationProcessor  # NOQA Register the plugin class
176  from carbon.aggregator.rules import RuleManager
177